The SubmitBookTradeRequest object is used as an input in SubmitBookTrade API. This API can be used to fetch post trade details (e.g., commission, commission type, allocations, allocated quantity etc.) using the order ID.
SubmitBookTradeRequest
| Field Name | Required? | Data Type | Accepted Values/Examples |
|---|---|---|---|
| AllocDetails | Yes | repeated AllocationDetails | Refer to the section AllocationDetails |
| OrderId | Yes | string | A unique ID associated with each order. This is the identifier to lookup the specific order to modify |
| OrderTag | Yes | string | Order tag |
| SourceAccount | Yes | string | Source account for the allocated order |
| UserToken | Yes | string | A server generated GUID that is given as response to the client during the first login |