TradableInstrumentSearchQuery

@objc public class TradableInstrumentSearchQuery: NSObject

Ues the query to perform a remote search with the broker. This should only be used if the account doesn’t return all the instruments in the GET /instruments call.

  • The query used in an instrument search.

    Declaration

    Swift

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

    Declaration

    Swift

    public override var description: String
  • Creates an object with given parameters.

    Declaration

    Swift

    @objc public init(query: String)