com.teraspaces.qwfix
Class FIXMessageLog

java.lang.Object
  extended by com.teraspaces.qwfix.FIXMessageLog

public final class FIXMessageLog
extends Object

The collection of FIX message tokens.

See Also:
FIXEngine.getMessageLog()

Method Summary
 long get(int index)
          Gets the message token at specified index.
 boolean isEmpty()
          Checks if list is empty.
 int size()
          Gets number of tokens in the log.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

size

public int size()
Gets number of tokens in the log.

Returns:
the count of tokens

isEmpty

public boolean isEmpty()
Checks if list is empty.

Returns:
true, if list is empty

get

public long get(int index)
Gets the message token at specified index.

Parameters:
index - the index
Returns:
the message token