Public Types | |
| enum | |
| typedef UInt16 | Year |
| typedef IntegralConstant< UInt16, 65535 > | NullYear |
| typedef UInt8 | Month |
| typedef IntegralConstant< UInt8, 255 > | NullMonth |
| typedef UInt8 | Day |
| typedef IntegralConstant< UInt8, 255 > | NullDay |
| typedef UInt8 | Week |
| typedef IntegralConstant< UInt8, 255 > | NullWeek |
Public Member Functions | |
| constexpr | MaturityMonthYear () noexcept |
| constexpr | MaturityMonthYear (Year year, Month month, Day day, Week week) noexcept |
| std::string | toString () const |
| void | serialize (void *addr) const noexcept |
| Year | year () const noexcept |
| void | setYear (Year value) noexcept |
| void | setYearToNull () noexcept |
| bool | month (Month &value) const noexcept |
| void | setMonth (Month value) noexcept |
| void | setMonthToNull () noexcept |
| bool | day (Day &value) const noexcept |
| void | setDay (Day value) noexcept |
| void | setDayToNull () noexcept |
| bool | week (Week &value) const noexcept |
| void | setWeek (Week value) noexcept |
| void | setWeekToNull () noexcept |
| bool | operator== (const MaturityMonthYear &other) const noexcept |
| bool | operator!= (const MaturityMonthYear &other) const noexcept |
FIX type: MonthYear.
Definition at line 418 of file Composites.h.
DD.
Definition at line 441 of file Composites.h.
MM.
Definition at line 433 of file Composites.h.
| typedef IntegralConstant<UInt8, 255> NullDay |
Null value for an optional Day field.
Definition at line 446 of file Composites.h.
| typedef IntegralConstant<UInt8, 255> NullMonth |
Null value for an optional Month field.
Definition at line 438 of file Composites.h.
| typedef IntegralConstant<UInt8, 255> NullWeek |
Null value for an optional Week field.
Definition at line 454 of file Composites.h.
| typedef IntegralConstant<UInt16, 65535> NullYear |
Null value for an optional Year field.
Definition at line 430 of file Composites.h.
WW.
Definition at line 449 of file Composites.h.
YYYY.
Definition at line 425 of file Composites.h.
| anonymous enum |
|
inlineconstexprnoexcept |
Default constructor.
Initializes fields with appropriate null values.
Definition at line 460 of file Composites.h.
|
inlineconstexprnoexcept |
Initializes fields with provided values.
Definition at line 470 of file Composites.h.
|
inlinenoexcept |
DD.
Definition at line 558 of file Composites.h.
|
inlinenoexcept |
MM.
Definition at line 539 of file Composites.h.
|
inlinenoexcept |
Compares encoded data.
Definition at line 603 of file Composites.h.
|
inlinenoexcept |
Compares encoded data.
Definition at line 664 of file Composites.h.
|
inlinenoexcept |
Serializes to a data buffer.
Definition at line 503 of file Composites.h.
|
inlinenoexcept |
DD.
Definition at line 565 of file Composites.h.
|
inlinenoexcept |
Definition at line 570 of file Composites.h.
|
inlinenoexcept |
MM.
Definition at line 546 of file Composites.h.
|
inlinenoexcept |
Definition at line 551 of file Composites.h.
|
inlinenoexcept |
WW.
Definition at line 584 of file Composites.h.
|
inlinenoexcept |
Definition at line 589 of file Composites.h.
|
inlinenoexcept |
YYYY.
Definition at line 527 of file Composites.h.
|
inlinenoexcept |
Definition at line 532 of file Composites.h.
|
inline |
Definition at line 2531 of file Serialization.h.
|
inlinenoexcept |
WW.
Definition at line 577 of file Composites.h.
|
inlinenoexcept |
YYYY.
Definition at line 521 of file Composites.h.