com.epam.fix.message
Class MsgBuf

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

public class MsgBuf
extends Object


Field Summary
 byte[] buffer
           
 int length
           
 int offset
           
 
Constructor Summary
MsgBuf()
           
MsgBuf(byte[] arr)
          debugging purposes only
 
Method Summary
 FIXFieldList getFixFieldList()
           
 void setFixFieldList(FIXFieldList fixFieldList)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

buffer

public byte[] buffer

offset

public int offset

length

public int length
Constructor Detail

MsgBuf

public MsgBuf()

MsgBuf

public MsgBuf(byte[] arr)
debugging purposes only

Method Detail

getFixFieldList

public FIXFieldList getFixFieldList()

setFixFieldList

public void setFixFieldList(FIXFieldList fixFieldList)

toString

public String toString()
Overrides:
toString in class Object


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