Interface FIXDateFormatter

All Known Implementing Classes:
AbstractUTCDateFormatter, LocalMKTDateFormatter, MonthYearFormatter, MonthYearWithWeekFormatter, TZTimeFormatter, TZTimeMillisFormatter, TZTimeSecondsFormatter, TZTimestampFormatter, TZTimestampMillisFormatter, UTCDateFormatter, UTCTimeOnlyFormatter, UTCTimeOnlyWithMillisFormatter, UTCTimestampFormatter, UTCTimestampWithMillisFormatter

public interface FIXDateFormatter
Created by IntelliJ IDEA. User: Alexander_Sereda Date: 20.11.12 Time: 18:25 To change this template use File | Settings | File Templates.
  • Method Details

    • getFormattedStringLength

      int getFormattedStringLength(Calendar cal)
    • format

      int format(Calendar cal, byte[] buff, int offset)