fixsim_send_raw_fix
Send one or more raw FIX application messages OUT on a session as given (tag=value pairs separated by | or SOH). FIXSIM supplies the session header fields (BeginString, CompIDs, MsgSeqNum, SendingTime) and the checksum. Use for message types the other tools do not cover.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apiKey | No | ||
| session | Yes | ||
| instance | Yes | ||
| fixMessages | Yes | Raw FIX messages, e.g. 35=D|11=ORD1|55=IBM|54=1|38=100|40=2|44=150.25|59=0 |