|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lmax.api.order.CancelOrderRequest
public class CancelOrderRequest
Cancel Order Request.
Constructor Summary | |
---|---|
CancelOrderRequest(long instrumentId,
java.lang.String originalInstructionId)
Construct the cancel order request. |
|
CancelOrderRequest(long instrumentId,
java.lang.String originalInstructionId,
java.lang.String instructionId)
Construct the cancel order request. |
Method Summary | |
---|---|
java.lang.String |
getUri()
The cancel order uri. |
void |
writeTo(com.lmax.api.internal.xml.StructuredWriter writer)
Internal: Output this request. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CancelOrderRequest(long instrumentId, java.lang.String originalInstructionId)
instrumentId
- The instrumentId of the order book on which, the order to be cancelled was placed.originalInstructionId
- The originalInstructionId that was returned by the place order response
callback.public CancelOrderRequest(long instrumentId, java.lang.String originalInstructionId, java.lang.String instructionId)
instrumentId
- The instrumentId of the order book on which, the order to be cancelled was placed.originalInstructionId
- The originalInstructionId that was returned by the place order response
callback.instructionId
- The user-defined correlation ID of the cancellation requestMethod Detail |
---|
public java.lang.String getUri()
getUri
in interface com.lmax.api.internal.Request
public void writeTo(com.lmax.api.internal.xml.StructuredWriter writer)
writeTo
in interface com.lmax.api.internal.Request
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 |