File: WebAPI/order_2.proto
Allows to allocate order fills for allocation order. As a result new allocated orders with fills will be created on allocated accounts. Allocation order(s) will receive transaction with ‘FILLS_ALLOCATION’ status and reference to id of allocated orders in ‘text_message’ field. Allocated orders will refer to allocation order id by Order.extra_attributes[“AllocationOrderID”] field.
Limits: The request rate is limited, 10 allocation requests per 5 seconds by default.
Response: AllocationReport.
Type: string
Description: Unique ID of allocation. Up to 24 characters. Client is responsible for uniqueness of this identifier to avoid conflicts with other allocations of a trader.
Required: yes.
Type: AllocationOrderRef
Description: Allocation orders whose fills should be involved to the allocation. Currently the only order is supported. Note: if allocation request doesn’t contain allocation_orders or contains more than one allocation order it leads to AllocationReport with error.