Execution class represents a single trading execution for an order that was submitted to a trading broker. In some situations, an order could have many executions because of partial market fills.
Execution
getActionType() | The getActionType method returns execution's action type such as buy or sell. |
getDateTime() | The getDateTime method returns an instance of Date object representing execution's date/time. |
getOrderId() | The getOrderId method returns execution's original order id. |
getPrice() | The getPrice method returns execution's original price. |
getQuantity() | The getQuantity method returns execution's original quantity. |
getSymbol() | The getSymbol method returns execution's symbol. |
Copyright © 2006-2009 ActiveTick LLC