NumInGroup
base: intFIX 4.4
NumInGroup is a FIX datatype defined in FIX 4.4, carried on the wire as int. 59 fields use it.
Wire format
- Base type
- int
- Fields
- 59
The number of entries in the repeating group that follows. The next field on the wire is the group's delimiter tag.
What the specification says
int field representing the number of entries in a repeating group. Value must be positive.
Descriptions are quoted from the FIX Orchestra sources under the Apache 2.0 licence.
How @boarteam/fix handles it
@boarteam/fix parses the value as a number and reports parse/invalid-int when it does not lex as one; the raw string is kept either way.
Fields with this datatype
| Tag | Field | Dialects | Messages |
|---|---|---|---|
| 33 | NoLinesOfText | FIX 4.4, FIX 4.2 | 2 |
| 73 | NoOrders | FIX 4.4, FIX 4.2 | 6 |
| 78 | NoAllocs | FIX 4.4, FIX 4.2 | 13 |
| 85 | NoDlvyInst | FIX 4.4, FIX 4.2 | 7 |
| 124 | NoExecs | FIX 4.4, FIX 4.2 | 8 |
| 136 | NoMiscFees | FIX 4.4, FIX 4.2 | 9 |
| 146 | NoRelatedSym | FIX 4.4, FIX 4.2 | 8 |
| 199 | NoIOIQualifiers | FIX 4.4, FIX 4.2 | 1 |
| 215 | NoRoutingIDs | FIX 4.4, FIX 4.2 | 3 |
| 232 | NoStipulations | FIX 4.4 | 21 |
| 267 | NoMDEntryTypes | FIX 4.4, FIX 4.2 | 1 |
| 268 | NoMDEntries | FIX 4.4, FIX 4.2 | 2 |
| 295 | NoQuoteEntries | FIX 4.4, FIX 4.2 | 3 |
| 296 | NoQuoteSets | FIX 4.4, FIX 4.2 | 2 |
| 382 | NoContraBrokers | FIX 4.4, FIX 4.2 | 1 |
| 384 | NoMsgTypes | FIX 4.4, FIX 4.2 | 1 |
| 386 | NoTradingSessions | FIX 4.4, FIX 4.2 | 11 |
| 398 | NoBidDescriptors | FIX 4.4, FIX 4.2 | 1 |
| 420 | NoBidComponents | FIX 4.4, FIX 4.2 | 2 |
| 428 | NoStrikes | FIX 4.4, FIX 4.2 | 1 |
| 453 | NoPartyIDs | FIX 4.4 | 44 |
| 454 | NoSecurityAltID | FIX 4.4 | 59 |
| 457 | NoUnderlyingSecurityAltID | FIX 4.4 | 59 |
| 473 | NoRegistDtls | FIX 4.4 | 1 |
| 510 | NoDistribInsts | FIX 4.4 | 1 |
| 518 | NoContAmts | FIX 4.4 | 2 |
| 534 | NoAffectedOrders | FIX 4.4 | 1 |
| 539 | NoNestedPartyIDs | FIX 4.4 | 22 |
| 552 | NoSides | FIX 4.4 | 4 |
| 555 | NoLegs | FIX 4.4 | 50 |
| 558 | NoSecurityTypes | FIX 4.4 | 1 |
| 576 | NoClearingInstructions | FIX 4.4 | 3 |
| 580 | NoDates | FIX 4.4 | 1 |
| 604 | NoLegSecurityAltID | FIX 4.4 | 50 |
| 627 | NoHops | FIX 4.4 | 93 |
| 670 | NoLegAllocs | FIX 4.4 | 2 |
| 683 | NoLegStipulations | FIX 4.4 | 12 |
| 702 | NoPositions | FIX 4.4 | 4 |
| 711 | NoUnderlyings | FIX 4.4 | 52 |
| 735 | NoQuoteQualifiers | FIX 4.4 | 5 |
| 753 | NoPosAmt | FIX 4.4 | 4 |
| 756 | NoNested2PartyIDs | FIX 4.4 | 8 |
| 768 | NoTrdRegTimestamps | FIX 4.4 | 8 |
| 778 | NoSettlInst | FIX 4.4 | 1 |
| 781 | NoSettlPartyIDs | FIX 4.4 | 7 |
| 801 | NoSettlPartySubIDs | FIX 4.4 | 7 |
| 802 | NoPartySubIDs | FIX 4.4 | 44 |
| 804 | NoNestedPartySubIDs | FIX 4.4 | 22 |
| 806 | NoNested2PartySubIDs | FIX 4.4 | 8 |
| 816 | NoAltMDSource | FIX 4.4 | 1 |
| 862 | NoCapacities | FIX 4.4 | 1 |
| 864 | NoEvents | FIX 4.4 | 59 |
| 870 | NoInstrAttrib | FIX 4.4 | 11 |
| 887 | NoUnderlyingStips | FIX 4.4 | 59 |
| 897 | NoTrades | FIX 4.4 | 6 |
| 936 | NoCompIDs | FIX 4.4 | 2 |
| 938 | NoCollInquiryQualifier | FIX 4.4 | 2 |
| 948 | NoNested3PartyIDs | FIX 4.4 | 2 |
| 952 | NoNested3PartySubIDs | FIX 4.4 | 2 |
Decode this in your own code
The same engine that produced the decoded example above is an Apache-2.0 npm package with zero runtime dependencies. It runs in Node and in the browser, and parse() returns problems as data instead of throwing.
npm i @boarteam/fix @boarteam/fix-dict-fix44