Order

fun Order(orderId: Int, details: String?, orderType: OrderType?, totalOrderValue: Float?, totalCommission: Float?, orderDetail: List<OrderDetail>?, events: EventsResponse?)

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

Sources

jvm source
Link copied to clipboard