v1
latestOpenAPI 3.0.22026-07-24113565544.0 KBTrade Allocations
Retrieve Trade Allocation
Retrieves Trade Allocation by allocationID.
get/managed/allocations/{allocationID}
Path parameters
allocationIDstring required
The unique identifier returned when a Trade Allocation request is made.
Response
Retrieving Trade Allocation by allocationID was Successful.
Example response
{
"id": "JL.allocation.SomeRIACompany.9d6def3b-14d7-4934-8a64-57d443e67ce6",
"status": "COMPLETE",
"clientListID": "SUMS_CUSTOM_ALLOCATION_TEST",
"accountID": "66304da9-3d6f-4253-935f-ac6b7933d701.1619201263789",
"accountNo": "ZYXB000008",
"createdWhen": "2022-12-22T16:04:46.724Z",
"allocations": [
{
"accountID": "743a1018-e292-449c-a43f-58d657990db0.1671689261882",
"accountNo": "ZYXC000008",
"status": "FILLED",
"instrumentID": "3fb1e8a9-f7d5-4d90-95e2-43e7326b5636",
"symbol": "MS",
"side": "B",
"clientComment": "Foo test allocation",
"qtyRequested": 10,
"qtyAllocated": 10,
"avgPx": 126.52
}
],
"comment": "All allocated and accounted for. 1::1::0 client note[allocating via bo api 1st allocation test]. timeMs=423 ratePerSec=2.36 msPerItem=423.00"
}