Package com.epam.fix.message.format
Class TZTimeMillisFormatter
java.lang.Object
com.epam.fix.message.format.TZTimeFormatter
com.epam.fix.message.format.TZTimeSecondsFormatter
com.epam.fix.message.format.TZTimeMillisFormatter
- All Implemented Interfaces:
FIXDateFormatter
- Direct Known Subclasses:
TZTimestampMillisFormatter
HH:MM:SS.sss[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
-
TZTimeMillisFormatter
public TZTimeMillisFormatter()
-
-
Method Details
-
getFormattedStringLength
- Specified by:
getFormattedStringLength
in interfaceFIXDateFormatter
- Overrides:
getFormattedStringLength
in classTZTimeSecondsFormatter
-
formatTime
- Overrides:
formatTime
in classTZTimeSecondsFormatter
-