TradableLastSessionClose
@objc public class TradableLastSessionClose: NSObject
Provides information about last session’s close price for instrument.
-
The instrument ID.
Declaration
Swift
@objc public let instrumentId: String -
The last session’s close price.
Declaration
Swift
@objc public let price: Double -
The timestamp of the last session.
Declaration
Swift
@objc public let timestamp: UInt64 -
Simple description of this object.
Declaration
Swift
public override var description: String
View on GitHub
TradableLastSessionClose Class Reference