com.epam.fix.message.format
Class TZTimestampFormatter

java.lang.Object
  extended by com.epam.fix.message.format.TZTimeFormatter
      extended by com.epam.fix.message.format.TZTimeSecondsFormatter
          extended by com.epam.fix.message.format.TZTimestampFormatter
All Implemented Interfaces:
FIXDateFormatter

public class TZTimestampFormatter
extends TZTimeSecondsFormatter

YYYYMMDD-HH:MM:SS[Z | [ + | - hh[:mm]]]


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

Constructor Detail

TZTimestampFormatter

public TZTimestampFormatter()
Method Detail

getFormattedStringLength

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

format

public int format(Calendar calendar,
                  byte[] buff,
                  int offset)
Specified by:
format in interface FIXDateFormatter
Overrides:
format in class TZTimeFormatter


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