tradingFaAllocationManagement

Submit Transfers

Submit all pending orders to the models. This is similar to the Model page's Submit All Orders selection.

post/fa/model/submit-transfers

Request body

reqIDinteger

Request identifier to uniquely track a request.

fpOrderIdinteger

Order identifier to monitor the order transmissions. Will be set to a valid id if and only if any transfers are present in the response. Otherwise, -1 is returned.

Response

Successfully transmit all orders.

reqIDinteger

Request identifier to uniquely track a request.

successboolean

Signifies that the request was successfully submitted.

Changes