TradablePrices
@objc public class TradablePrices: NSObjectContains a dictionary of instrument IDs to TradablePrice objects.
- 
                  
                  A dictionary of instrument IDs to TradablePrice objects. DeclarationSwift @objc public let prices: [String : TradablePrice]
- 
                  
                  The account these prices belong to. DeclarationSwift @objc public let associatedAccount: TradableAccount
- 
                  
                  Simple description of this object. DeclarationSwift public override var description: String
- 
                  
                  Returns the dictionary values as an array. DeclarationSwift @objc public func getPrices() -> [TradablePrice]
- 
                  
                  Returns an optional TradablePrice object for specified instrument ID. DeclarationSwift @objc public func getPrice(forInstrumentId instrumentId: String) -> TradablePrice?
 View on GitHub
View on GitHub TradablePrices Class Reference
        TradablePrices Class Reference