|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Execution
The results of a pass of the order through the exchange.
Method Summary | |
---|---|
FixedPointNumber |
getCancelledQuantity()
The quantity of the order which was cancelled in this execution. |
long |
getExecutionId()
The execution id is unique within the scope of a single order book. |
Order |
getOrder()
The order which the execution effected. |
FixedPointNumber |
getPrice()
The price at which the execution took place. |
FixedPointNumber |
getQuantity()
The size of execution. |
Method Detail |
---|
long getExecutionId()
FixedPointNumber getPrice()
FixedPointNumber getQuantity()
Order getOrder()
FixedPointNumber getCancelledQuantity()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |