com.epam.fix.message
Class FIXFormatter

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

public class FIXFormatter
extends Object


Field Summary
 ArrayList<byte[][]> byteArrayPool
           
 
Constructor Summary
FIXFormatter()
           
 
Method Summary
 StringBuffer formatFloat(double value)
           
 byte[] formatInt(long value)
           
 byte[] formatInt(long value, int entryNum)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

byteArrayPool

public ArrayList<byte[][]> byteArrayPool
Constructor Detail

FIXFormatter

public FIXFormatter()
Method Detail

formatInt

public byte[] formatInt(long value)

formatInt

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

formatFloat

public StringBuffer formatFloat(double value)


Copyright © 2000-2014 EPAM Systems. All Rights Reserved.