fixsim_act_on_orders
Respond to orders the user's system sent into FIXSIM: acknowledge, fully or partially execute, reject, cancel remaining, expire, done-for-day, restate, or accept/reject a pending cancel/replace. FIXSIM emits the matching execution reports on the FIX session. Give one or more ClOrdIDs; for executions supply lastPx and, for a partial, lastQty.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | One of: Ack, FullyExecute, PartialExecute, CancelRemaining, DoneForDay, AckCancelOrdReplaceReq, AcceptCancelOrdReplaceReq, RejectCancelOrdReplaceReq, Reject, Delete, Restate, Expire | |
| apiKey | No | ||
| lastPx | No | Fill price (LastPx) for executions | |
| lastQty | No | Fill quantity (LastQty) for a partial execution | |
| session | Yes | ||
| clOrdIds | Yes | ClOrdIDs (tag 11) of the inbound orders to act on | |
| instance | Yes |