TradableInstrumentSearchResult

@objc public class TradableInstrumentSearchResult: NSObject

Instrument information returned as part of the instrument search.

  • The unique identifier for this instrument.

    Declaration

    Swift

    @objc public let instrumentId: String
  • The instrument symbol. The tradable symbol for this instrument.

    Declaration

    Swift

    @objc public let symbol: String
  • The symbol that is used to represent the instrument in the brokerage account.

    Declaration

    Swift

    @objc public let brokerageAccountSymbol: String
  • The instrument display name.

    Declaration

    Swift

    @objc public let displayName: String
  • A short description of the instrument. May be nil.

    Declaration

    Swift

    @objc public let shortDescription: String?
  • The type of instrument, may be unknown before it is fully loaded.

    Declaration

    Swift

    @objc public let type: TradableInstrumentType
  • Simple description of this object.

    Declaration

    Swift

    public override var description: String