TradableInstrumentRetrieval

@objc public enum TradableInstrumentRetrieval: Int

Possible options for account’s instruments retrieval.

  • Specifies that ‘GET /instruments’ should be used to get a complete list of account instruments.

    Declaration

    Swift

    case fullInstrumentList
  • Specifies that ‘POST /instrumentSearch’ should be used to search for instruments, and information about the instruments can be retrieved using ‘POST /instruments’

    Declaration

    Swift

    case searchTwoCharactersMinimum