Package com.epam.fix.message.format
Class UTCTimestampFormatter
java.lang.Object
com.epam.fix.message.format.AbstractUTCDateFormatter
com.epam.fix.message.format.MonthYearFormatter
com.epam.fix.message.format.UTCDateFormatter
com.epam.fix.message.format.UTCTimestampFormatter
- All Implemented Interfaces:
FIXDateFormatter
- Direct Known Subclasses:
UTCTimestampWithMillisFormatter
Created with IntelliJ IDEA.
User: wed
Date: 22.11.12
Time: 1:27
To change this template use File | Settings | File Templates.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected int
formatUTCCalendar
(Calendar calendar, byte[] buff, int offset) int
Methods inherited from class com.epam.fix.message.format.AbstractUTCDateFormatter
format
-
Constructor Details
-
UTCTimestampFormatter
public UTCTimestampFormatter()
-
-
Method Details
-
getFormattedStringLength
- Specified by:
getFormattedStringLength
in interfaceFIXDateFormatter
- Overrides:
getFormattedStringLength
in classUTCDateFormatter
-
formatUTCCalendar
- Overrides:
formatUTCCalendar
in classUTCDateFormatter
-