PlaceOrderResponse

fun PlaceOrderResponse(orderType: OrderType, orderIds: List<OrderId>, orders: List<OrderDetail>, dstFlag: Boolean, placedTime: Instant, accountId: String, marginLevel: MarginLevel?, optionLevel: OptionLevel?)

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

Sources

jvm source
Link copied to clipboard