diff --git a/cmd/exchange_wrapper_standards/exchange_wrapper_standards_test.go b/cmd/exchange_wrapper_standards/exchange_wrapper_standards_test.go index 68d87628..8a1135f6 100644 --- a/cmd/exchange_wrapper_standards/exchange_wrapper_standards_test.go +++ b/cmd/exchange_wrapper_standards/exchange_wrapper_standards_test.go @@ -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