com.teraspaces.qwfix.ordermanager
Class FIXOrderMessage

java.lang.Object
  extended by com.teraspaces.qwfix.ordermanager.FIXOrderMessage

public final class FIXOrderMessage
extends Object

Represents a FIXMessage inside a FIXOrder.


Field Summary
static FIXOrderMessage NULL
          The NULL instance.
 
Method Summary
 int getMessageIndex()
          Gets the message index.
 FIXOrder getOrder()
          Gets the order.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NULL

public static final FIXOrderMessage NULL
The NULL instance.

Method Detail

getOrder

public FIXOrder getOrder()
Gets the order.

Returns:
the order; or null if the message is not found

getMessageIndex

public int getMessageIndex()
Gets the message index.

Returns:
the message index; or -1 if it's null