com.epam.fix.message.format
Class UTCTimestampFormatter

java.lang.Object
  extended by com.epam.fix.message.format.AbstractUTCDateFormatter
      extended by com.epam.fix.message.format.MonthYearFormatter
          extended by com.epam.fix.message.format.UTCDateFormatter
              extended by com.epam.fix.message.format.UTCTimestampFormatter
All Implemented Interfaces:
FIXDateFormatter
Direct Known Subclasses:
UTCTimestampWithMillisFormatter

public class UTCTimestampFormatter
extends UTCDateFormatter

Created with IntelliJ IDEA. User: wed Date: 22.11.12 Time: 1:27 To change this template use File | Settings | File Templates.


Constructor Summary
UTCTimestampFormatter()
           
 
Method Summary
protected  int formatUTCCalendar(Calendar calendar, byte[] buff, int offset)
           
 int getFormattedStringLength(Calendar cal)
           
 
Methods inherited from class com.epam.fix.message.format.AbstractUTCDateFormatter
format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UTCTimestampFormatter

public UTCTimestampFormatter()
Method Detail

getFormattedStringLength

public int getFormattedStringLength(Calendar cal)
Specified by:
getFormattedStringLength in interface FIXDateFormatter
Overrides:
getFormattedStringLength in class UTCDateFormatter

formatUTCCalendar

protected int formatUTCCalendar(Calendar calendar,
                                byte[] buff,
                                int offset)
Overrides:
formatUTCCalendar in class UTCDateFormatter


Copyright © 2000-2014 EPAM Systems. All Rights Reserved.