com.epam.fix.message.format
Class LocalMKTDateFormatter
java.lang.Object
com.epam.fix.message.format.LocalMKTDateFormatter
- All Implemented Interfaces:
- FIXDateFormatter
public class LocalMKTDateFormatter
- extends Object
- implements FIXDateFormatter
Date of Local Market (vs. UTC) in YYYYMMDD format. Valid values: YYYY = 0000-9999, MM = 01-12, DD = 01-31.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocalMKTDateFormatter
public LocalMKTDateFormatter()
getFormattedStringLength
public int getFormattedStringLength(Calendar cal)
- Specified by:
getFormattedStringLength
in interface FIXDateFormatter
format
public int format(Calendar cal,
byte[] buff,
int offset)
- Specified by:
format
in interface FIXDateFormatter
formatLocalCalendar
protected int formatLocalCalendar(Calendar utcCal,
byte[] buff,
int offset)
Copyright © 2000-2014 EPAM Systems. All Rights Reserved.