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
public class UTCDateFormatter
- extends MonthYearFormatter
Formatter for date with pattern YYYYMMDD
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UTCDateFormatter
public UTCDateFormatter()
getFormattedStringLength
public int getFormattedStringLength(Calendar cal)
- Specified by:
getFormattedStringLength
in interface FIXDateFormatter
- Overrides:
getFormattedStringLength
in class MonthYearFormatter
formatUTCCalendar
protected int formatUTCCalendar(Calendar utcCal,
byte[] buff,
int offset)
- Overrides:
formatUTCCalendar
in class MonthYearFormatter
Copyright © 2000-2014 EPAM Systems. All Rights Reserved.