TradableInstrumentSearchResults

@objc public class TradableInstrumentSearchResults: NSObject

The results of an instrument search.

  • The instruments matching the search query.

    Declaration

    Swift

    @objc public let instruments: [TradableInstrumentSearchResult]
  • he maximum number of results were returned, this means that some matches may not be displayed, and that you should refine the search in order to see them.

    Declaration

    Swift

    @objc public let moreResultsAvailable: Bool
  • The search query that the results matched.

    Declaration

    Swift

    @objc public let matchedQuery: String
  • Simple description of this object.

    Declaration

    Swift

    public override var description: String