Class FIXFormatter

java.lang.Object
com.epam.fix.message.FIXFormatter

public class FIXFormatter extends Object
  • Constructor Details

    • FIXFormatter

      public FIXFormatter()
  • Method Details

    • formatInt

      public byte[] formatInt(long value)
    • formatInt

      public byte[] formatInt(long value, int entryNum)
    • formatFloat

      public StringBuffer formatFloat(double value)
    • setByteArrayPool

      public void setByteArrayPool(List<byte[][]> byteArrayPool)
    • getByteArrayPool

      public List<byte[][]> getByteArrayPool()