TradableLastSessionCloseRequest
@objc public class TradableLastSessionCloseRequest: NSObject
A request class used for getting last session’s close.
-
The list of instruments’ IDs for which the close prices should be retrieved.
Declaration
Swift
@objc public let instrumentIds: [String]
-
An optional timestamp for which the previous session’s close should be retrieved. If nil, last session’s close will be retrieved.
Declaration
Swift
public let forTimestamp: UInt64?
-
Simple description of this object.
Declaration
Swift
public override var description: String
-
Creates an object with given parameters.
Declaration
Swift
public init(instrumentIds: [String], forTimestamp: UInt64? = nil)