TradableInstrumentType

@objc public enum TradableInstrumentType: Int

Available instrument types.

  • Foreign exchange.

    Declaration

    Swift

    case forex
  • cfd

    Contract for difference.

    Declaration

    Swift

    case cfd
  • Equity.

    Declaration

    Swift

    case equity
  • etf

    Exchange-traded fund.

    Declaration

    Swift

    case etf
  • adr

    American depositary receipt.

    Declaration

    Swift

    case adr
  • Spread bet.

    Declaration

    Swift

    case spreadBet
  • An unknown instrument type.

    Declaration

    Swift

    case unknown