TradableOrderSide
@objc public enum TradableOrderSide: Int
Possible sides of order.
-
Buy (long) side.
Declaration
Swift
case buy
-
Sell (short) side.
Declaration
Swift
case sell