FIX TAG 50002
BatchProcessMode
Definition
Indicates the processing mode for a batch of messages.
Compare versions
Differences between the selected source snapshots, including wording and errata; not a migration guide.
FIX 5.0 SP2 FIX Latest · EP309
This tag is not present in the FIX 5.0 SP2 source. There is no definition or value list to compare.
Values 2
| Value | Meaning |
|---|---|
0 | Update/incremental (default if not specified) |
1 | Snapshot Additional detail from the official sourceIndicates that messages within the batch should be considered complete, and should replace all prior information. The recipient can take action, to be decided out of band, on previously received data omitted from the batch (e.g. an account not referenced has zero collateral value, a security not referenced is no longer tradable). The scope of completeness (e.g. a complete list of collateral values for all of a given firm's accounts, a complete list of options trading on a given exchange) will be decided out of band. |
About the int data type
Sequence of digits without commas or decimals and optional sign character (ASCII characters "-" and "0" - "9" ). The sign character utilizes one byte (i.e. positive int is "99999" while negative int is "-99999"). Note that int values may contain leading zeros (e.g. "00023" = "23").
No message usage is listed for this field in the selected source.