|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Order
The order.
Method Summary | |
---|---|
long |
getAccountId()
The if of the account which placed the order. |
FixedPointNumber |
getCancelledQuantity()
The amount of the order which has been cancelled. |
FixedPointNumber |
getCommission()
The total commission charged on the order. |
FixedPointNumber |
getFilledQuantity()
The amount of the order which has been filled (matched). |
java.lang.String |
getInstructionId()
The id of the client correlation ID of the last modification to this order. |
long |
getInstrumentId()
The id of the instrument on which this order was placed. |
FixedPointNumber |
getLimitPrice()
Return the limit price of the order. |
java.lang.String |
getOrderId()
The id of the order. |
OrderType |
getOrderType()
Denotes the type of the of the order. |
java.lang.String |
getOriginalInstructionId()
The id of the instruction which placed the order. |
FixedPointNumber |
getQuantity()
The total quantity of the order. |
FixedPointNumber |
getStopLossOffset()
The distance from the stop reference price at which the stop Loss Order will be placed. |
FixedPointNumber |
getStopProfitOffset()
The distance from the stop reference price at which the stop Profit Order will rest on the book. |
FixedPointNumber |
getStopReferencePrice()
The price at which the stop loss and stop profit offsets are considered relative too. |
TimeInForce |
getTimeInForce()
Denotes the lifespan of the the order. |
Method Detail |
---|
java.lang.String getInstructionId()
java.lang.String getOriginalInstructionId()
java.lang.String getOrderId()
long getInstrumentId()
long getAccountId()
OrderType getOrderType()
TimeInForce getTimeInForce()
FixedPointNumber getQuantity()
FixedPointNumber getFilledQuantity()
FixedPointNumber getLimitPrice()
null
if the order type is not Limit.FixedPointNumber getStopReferencePrice()
FixedPointNumber getStopLossOffset()
FixedPointNumber getStopProfitOffset()
FixedPointNumber getCancelledQuantity()
FixedPointNumber getCommission()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |