fixsim_send_order
Have FIXSIM send a New Order Single (35=D) OUT on a session to the user's system, so they can test how their system handles inbound orders. Follow up with fixsim_list_orders_out and fixsim_list_executions_in to see what came back.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| side | Yes | Side (tag 54): 1=Buy, 2=Sell, 5=Sell short | |
| price | No | Price (tag 44), required for limit orders | |
| apiKey | No | ||
| symbol | Yes | Symbol (tag 55) | |
| clOrdId | Yes | ClOrdID (tag 11) to assign; must be unique on the session | |
| ordType | Yes | OrdType (tag 40): 1=Market, 2=Limit | |
| session | Yes | ||
| instance | Yes | ||
| orderQty | Yes | OrderQty (tag 38) | |
| additionalTags | No | Extra FIX tags, e.g. [{tag:59,value:"0"}] |