Package com.epam.fix.message.format
Class TZTimeSecondsFormatter
java.lang.Object
com.epam.fix.message.format.TZTimeFormatter
com.epam.fix.message.format.TZTimeSecondsFormatter
- All Implemented Interfaces:
FIXDateFormatter
- Direct Known Subclasses:
TZTimeMillisFormatter
,TZTimestampFormatter
HH:MM:SS[Z | [ + | - hh[:mm]]]
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected int
formatTime
(Calendar calendar, byte[] buff, int offset) int
Methods inherited from class com.epam.fix.message.format.TZTimeFormatter
format, getOffsetType
-
Constructor Details
-
TZTimeSecondsFormatter
public TZTimeSecondsFormatter()
-
-
Method Details
-
getFormattedStringLength
- Specified by:
getFormattedStringLength
in interfaceFIXDateFormatter
- Overrides:
getFormattedStringLength
in classTZTimeFormatter
-
formatTime
- Overrides:
formatTime
in classTZTimeFormatter
-