|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lmax.api.orderbook.OrderBookStatusEvent
public class OrderBookStatusEvent
Represents the current status of the Order Book.
Constructor Summary | |
---|---|
OrderBookStatusEvent(long instrumentId,
OrderBookStatus orderBookStatus)
For internal use only. |
Method Summary | |
---|---|
long |
getInstrumentId()
The instrument id this event applies to. |
OrderBookStatus |
getStatus()
The current status. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OrderBookStatusEvent(long instrumentId, OrderBookStatus orderBookStatus)
instrumentId
- The instrument idorderBookStatus
- The statusMethod Detail |
---|
public long getInstrumentId()
public OrderBookStatus getStatus()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |