Class TZTimeFormatter

java.lang.Object
com.epam.fix.message.format.TZTimeFormatter
All Implemented Interfaces:
FIXDateFormatter
Direct Known Subclasses:
TZTimeSecondsFormatter

public class TZTimeFormatter extends Object implements FIXDateFormatter
HH:MM[Z | [ + | - hh[:mm]]]
  • Constructor Details

    • TZTimeFormatter

      public TZTimeFormatter()
  • Method Details

    • getFormattedStringLength

      public int getFormattedStringLength(Calendar cal)
      Specified by:
      getFormattedStringLength in interface FIXDateFormatter
    • getOffsetType

      protected com.epam.fix.message.format.TZTimeFormatter.TZOffsetType getOffsetType(TimeZone tz)
    • format

      public int format(Calendar calendar, byte[] buff, int offset)
      Specified by:
      format in interface FIXDateFormatter
    • formatTime

      protected int formatTime(Calendar calendar, byte[] buff, int offset)