com.epam.fix.message.format
Class TZTimestampMillisFormatter

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.TZTimeMillisFormatter
              extended by com.epam.fix.message.format.TZTimestampMillisFormatter
All Implemented Interfaces:
FIXDateFormatter

public class TZTimestampMillisFormatter
extends TZTimeMillisFormatter

Created with IntelliJ IDEA. User: wed Date: 23.11.12 Time: 15:07 To change this template use File | Settings | File Templates.


Constructor Summary
TZTimestampMillisFormatter()
           
 
Method Summary
 int format(Calendar calendar, byte[] buff, int offset)
           
 int getFormattedStringLength(Calendar cal)
           
 
Methods inherited from class com.epam.fix.message.format.TZTimeMillisFormatter
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

TZTimestampMillisFormatter

public TZTimestampMillisFormatter()
Method Detail

getFormattedStringLength

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

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.