TradableOrders
@objc public class TradableOrders: NSObject
Contains lists of pending, recently cancelled and recently executed orders.
-
A list of pending orders.
Declaration
Swift
@objc public var pending: [TradableOrder] -
A list of recently cancelled orders.
Declaration
Swift
@objc public var recentlyCancelled: [TradableOrder] -
A list of recently executed orders.
Declaration
Swift
@objc public var recentlyExecuted: [TradableOrder] -
The account these orders belong to.
Declaration
Swift
@objc public let associatedAccount: TradableAccount -
Simple description of this object.
Declaration
Swift
public override var description: String
View on GitHub
TradableOrders Class Reference