public class FIXFormatter extends Object
Modifier and Type | Field and Description |
---|---|
ArrayList<byte[][]> |
byteArrayPool |
Constructor and Description |
---|
FIXFormatter() |
Modifier and Type | Method and Description |
---|---|
StringBuffer |
formatFloat(double value) |
byte[] |
formatInt(long value) |
byte[] |
formatInt(long value,
int entryNum) |
public ArrayList<byte[][]> byteArrayPool
public byte[] formatInt(long value)
public byte[] formatInt(long value, int entryNum)
public StringBuffer formatFloat(double value)
Copyright © 2000–2022 EPAM Systems. All rights reserved.