Package com.epam.fix.message.format
Class UTCDateFormatter
java.lang.Object
com.epam.fix.message.format.AbstractUTCDateFormatter
com.epam.fix.message.format.MonthYearFormatter
com.epam.fix.message.format.UTCDateFormatter
- All Implemented Interfaces:
FIXDateFormatter
- Direct Known Subclasses:
UTCTimestampFormatter
Formatter for date with pattern YYYYMMDD
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected int
formatUTCCalendar
(Calendar utcCal, byte[] buff, int offset) int
Methods inherited from class com.epam.fix.message.format.AbstractUTCDateFormatter
format
-
Constructor Details
-
UTCDateFormatter
public UTCDateFormatter()
-
-
Method Details
-
getFormattedStringLength
- Specified by:
getFormattedStringLength
in interfaceFIXDateFormatter
- Overrides:
getFormattedStringLength
in classMonthYearFormatter
-
formatUTCCalendar
- Overrides:
formatUTCCalendar
in classMonthYearFormatter
-