build_fix_message
Create FIX messages by supplying field name/value pairs; BodyLength and CheckSum are calculated automatically.
Instructions
Build a FIX message from field names/values (e.g. Side='Buy'). BodyLength and CheckSum are computed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | ||
| msg_type | Yes | ||
| msg_seq_num | No | ||
| begin_string | No | FIX.4.4 | |
| sending_time | No | ||
| sender_comp_id | No | SENDER | |
| target_comp_id | No | TARGET |