Place Order Response
data class PlaceOrderResponse(orderType: OrderType, orderIds: List<OrderId>, orders: List<OrderDetail>, dstFlag: Boolean, placedTime: Instant, accountId: String, marginLevel: MarginLevel?, optionLevel: OptionLevel?)
Content copied to clipboard
Parameters
orderType
The type of order being placed
orderId
ID number assigned to this order
orders
List of orders
dstFlag
Indicator flag identifying whether daylight savings time is applicable or not
placedTime
The time the order was placed
accountId
The numeric account ID
marginLevel
The code that designates the applicable margin level
optionLevel
The code that designates the applicable options level
Constructors
PlaceOrderResponse
Link copied to clipboard
fun PlaceOrderResponse(orderType: OrderType, orderIds: List<OrderId>, orders: List<OrderDetail>, dstFlag: Boolean, placedTime: Instant, accountId: String, marginLevel: MarginLevel?, optionLevel: OptionLevel?)
Content copied to clipboard
The type of order being placed
Properties
marginLevel
Link copied to clipboard
optionLevel
Link copied to clipboard
orders
Link copied to clipboard
placedTime
Link copied to clipboard
Sources
jvm source
Link copied to clipboard