com.epam.fix.message.format
Class TZTimeSecondsFormatter

java.lang.Object
  extended by com.epam.fix.message.format.TZTimeFormatter
      extended by com.epam.fix.message.format.TZTimeSecondsFormatter
All Implemented Interfaces:
FIXDateFormatter
Direct Known Subclasses:
TZTimeMillisFormatter, TZTimestampFormatter

public class TZTimeSecondsFormatter
extends TZTimeFormatter

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


Constructor Summary
TZTimeSecondsFormatter()
           
 
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

TZTimeSecondsFormatter

public TZTimeSecondsFormatter()
Method Detail

getFormattedStringLength

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

formatTime

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


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