TradableUpdatesRequest
@objc public class TradableUpdatesRequest: NSObjectA request that should be sent to get prices or full account snapshot.
- 
                  
                  A list of instruments’ IDs for which the prices should be returned in the response. DeclarationSwift @objc public let instrumentIds: [String]
- 
                  
                  If this is true, response will contain prices for all instruments you have open positions in. DeclarationSwift @objc public let includeOpenPositions: Bool
- 
                  
                  If this is true, each price object will contain a Margin Bands object. Defaults to false. DeclarationSwift @objc public let includeMarginFactors: Bool
- 
                  
                  Simple description of this object. DeclarationSwift public override var description: String
- 
                  
                  Creates an object with given parameters. DeclarationSwift @objc public init(instrumentIds: [String], includeOpenPositions: Bool = true, includeMarginFactors: Bool = false)
- 
                  
                  A convenience initializer that creates TradableUpdateRequest object with a list of instruments. DeclarationSwift @objc public convenience init(instruments: [TradableInstrument], includeOpenPositions: Bool = true, includeMarginFactors: Bool = false)
 View on GitHub
View on GitHub TradableUpdatesRequest Class Reference
        TradableUpdatesRequest Class Reference