Package com.epam.fix.message
Class FIXFormatter
java.lang.Object
com.epam.fix.message.FIXFormatter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionformatFloat
(double value) byte[]
formatInt
(long value) byte[]
formatInt
(long value, int entryNum) List<byte[][]>
void
setByteArrayPool
(List<byte[][]> byteArrayPool)
-
Constructor Details
-
FIXFormatter
public FIXFormatter()
-
-
Method Details
-
formatInt
public byte[] formatInt(long value) -
formatInt
public byte[] formatInt(long value, int entryNum) -
formatFloat
-
setByteArrayPool
-
getByteArrayPool
-