MaturityMonthYearFormat

Tag 1303

MaturityMonthYearFormat

Abbreviation: MMYFmt
Typeint
Tag1303
AddedFIX.5.0
Used in6 messages

Description

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
WireNameDescription
1303=0YearMonthOnlyYearMonth Only (default)
1303=1YearMonthDayYearMonthDay
1303=2YearMonthWeekYearMonthWeek

Enumerated Values

3
ValueSymbolic NameDescriptionAdded
0YearMonthOnlyYearMonth Only (default)FIX.5.0
1YearMonthDayYearMonthDayFIX.5.0
2YearMonthWeekYearMonthWeekFIX.5.0