com.epam.fix.message.format
Class TZTimeMillisFormatter

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
All Implemented Interfaces:
FIXDateFormatter
Direct Known Subclasses:
TZTimestampMillisFormatter

public class TZTimeMillisFormatter
extends TZTimeSecondsFormatter

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


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

Constructor Detail

TZTimeMillisFormatter

public TZTimeMillisFormatter()
Method Detail

getFormattedStringLength

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

formatTime

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


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