Tag 1303
MaturityMonthYearFormat
Abbreviation:
MMYFmtDescription
Format used to generate the MaturityMonthYear for each option
Wire Format & Usage Example
Single field (key=value)
1303=0 (YearMonthOnly)
In a FIX message (SecurityDefinition)
8=FIX.4.4 | 9=... | 35=d | 49=SENDER | 56=TARGET | 34=1 | 52=20240101-09:30:00.000 | … | 1303=0 (YearMonthOnly) | … | 10=...
Fields are delimited by SOH (ASCII 0x01), shown here as " | ". The highlighted field 1303=0 (YearMonthOnly) is this field's position in the message.
All valid values
| Wire | Name | Description |
|---|---|---|
1303=0 | YearMonthOnly | YearMonth Only (default) |
1303=1 | YearMonthDay | YearMonthDay |
1303=2 | YearMonthWeek | YearMonthWeek |
Enumerated Values
3| Value | Symbolic Name | Description | Added |
|---|---|---|---|
| 0 | YearMonthOnly | YearMonth Only (default) | FIX.5.0 |
| 1 | YearMonthDay | YearMonthDay | FIX.5.0 |
| 2 | YearMonthWeek | YearMonthWeek | FIX.5.0 |