fixsim_list_orders_in
Orders the user's trading system sent INTO FIXSIM on a session (FIXSIM is the counterparty). Includes ClOrdID, symbol, side, quantity, remaining quantity, order status and the raw FIX message. Optionally filter by FIX OrdStatus code (tag 39): 0 new, 1 partially filled, 2 filled, 4 canceled, 8 rejected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max rows to return, newest first (default 25, max 200) | |
| apiKey | No | ||
| session | Yes | ||
| instance | Yes | ||
| orderStatus | No | Optional FIX OrdStatus (tag 39) filter |