TradableArgumentError
@objc public enum TradableArgumentError: Int, Error
An enumeration for incorrect argument errors.
-
Incorrect price error.
Declaration
Swift
case incorrectPrice
-
Incorrect order size error.
Declaration
Swift
case incorrectOrderSize
-
Incorrect order status.
Declaration
Swift
case incorrectOrderStatus
-
Unsupported indicator.
Declaration
Swift
case unsupportedIndicator
-
Incorrect indicator parameter.
Declaration
Swift
case incorrectIndicatorParameter
-
Missing indicator parameter.
Declaration
Swift
case missingIndicatorParameter