TradableOrderSide

@objc public enum TradableOrderSide: Int

Possible sides of order.

  • buy

    Buy (long) side.

    Declaration

    Swift

    case buy
  • Sell (short) side.

    Declaration

    Swift

    case sell