TradableOrderType
@objc public enum TradableOrderType: Int
Available types of orders.
-
Market order type.
Declaration
Swift
case market
-
Limit order type.
Declaration
Swift
case limit
-
Stop order type.
Declaration
Swift
case stop