Called when an order is cancelled.
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
public virtual void OrderCancelled( Position position, Order order, string information ) |
| Visual Basic (Declaration) |
|---|
Public Overridable Sub OrderCancelled ( _ position As Position, _ order As Order, _ information As String _ ) |
| Visual C++ |
|---|
public: virtual void OrderCancelled( Position^ position, Order^ order, String^ information ) |
Parameters
- position
- Type: RightEdge.Common..::.Position
The position for which the order was cancelled.
- order
- Type: RightEdge.Common..::.Order
The order that was cancelled.
- information
- Type: System..::.String
Broker-supplied string which may include information about why the order was cancelled.