mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-13 23:16:45 +00:00
exchanges/qa: Adds func CheckOrderExecutionLimits to standards wrapper ignore list (#1259)
This commit is contained in:
@@ -494,6 +494,7 @@ var excludedMethodNames = map[string]struct{}{
|
||||
"SubscribeToWebsocketChannels": {}, // Unnecessary websocket test
|
||||
"GetOrderExecutionLimits": {}, // Not widely supported/implemented feature
|
||||
"UpdateCurrencyStates": {}, // Not widely supported/implemented feature
|
||||
"CheckOrderExecutionLimits": {}, // Not widely supported/implemented feature
|
||||
"UpdateOrderExecutionLimits": {}, // Not widely supported/implemented feature
|
||||
"CanTradePair": {}, // Not widely supported/implemented feature
|
||||
"CanTrade": {}, // Not widely supported/implemented feature
|
||||
|
||||
Reference in New Issue
Block a user