|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lmax.api.SubscriptionRequest
com.lmax.api.orderbook.OrderBookSubscriptionRequest
public class OrderBookSubscriptionRequest
Request to subscribe to order book events for an instrument.
Constructor Summary | |
---|---|
OrderBookSubscriptionRequest(long instrumentId)
Construct a new OrderBookSubscriptionRequest. |
Method Summary | |
---|---|
long |
getInstrumentId()
Get the instrumentId. |
void |
writeTo(com.lmax.api.internal.xml.StructuredWriter writer)
Internal: Output this request. |
Methods inherited from class com.lmax.api.SubscriptionRequest |
---|
getUri |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OrderBookSubscriptionRequest(long instrumentId)
instrumentId
- The id of the instrument to subscribe to order book events for.Method Detail |
---|
public long getInstrumentId()
public void writeTo(com.lmax.api.internal.xml.StructuredWriter writer)
writer
- The destination for the content of this request
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |