Order
data class Order(orderId: Int, details: String?, orderType: OrderType?, totalOrderValue: Float?, totalCommission: Float?, orderDetail: List<OrderDetail>?, events: EventsResponse?)
Content copied to clipboard
Order
Parameters
orderId
ID number assigned to this order
details
The order details
orderType
EQ, OPTN, SPREADS, BUY_WRITES, BUTTERFLY, IRON_BUTTERFLY, CONDOR, IRON_CONDOR, MF, MMF
totalOrderValue
The total order value
totalCommission
The total commission
orderDetail
The order confirmation ID for the placed order
events
The events in the placed order
Constructors
Order
Link copied to clipboard
fun Order(orderId: Int, details: String?, orderType: OrderType?, totalOrderValue: Float?, totalCommission: Float?, orderDetail: List<OrderDetail>?, events: EventsResponse?)
Content copied to clipboard
ID number assigned to this order
Properties
events
Link copied to clipboard
orderDetail
Link copied to clipboard
totalCommission
Link copied to clipboard
totalOrderValue
Link copied to clipboard
Sources
jvm source
Link copied to clipboard