CDAKOrderInformation
public class CDAKOrderInformation: CDAKEntry
Order information
-
order number
Declaration
Swift
public var order_number: String? //, as: :order_number, type: String
-
number of filles
Declaration
Swift
public var fills: Int? //, type: Integer
-
number of units ordered
Declaration
Swift
public var quantity_ordered = CDAKValueAndUnit()
-
date/time of order expiration
Declaration
Swift
public var order_expiration_date_time: Double? //, as: :order_expiration_date_time, type: Integer
-
date/time of creation of order
Declaration
Swift
public var order_date_time: Double? //, as: :order_date_time, type: Integer
-
ordering provider
Declaration
Swift
public var provider: CDAKProvider?
-
Dictionary for JSON data
Declaration
Swift
override public var jsonDict: [String: AnyObject]