Delegate used for updated orders.
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
public delegate void OrderUpdatedDelegate( BrokerOrder order, Fill fill, string information ) |
| Visual Basic (Declaration) |
|---|
Public Delegate Sub OrderUpdatedDelegate ( _ order As BrokerOrder, _ fill As Fill, _ information As String _ ) |
| Visual C++ |
|---|
public delegate void OrderUpdatedDelegate( BrokerOrder^ order, Fill^ fill, String^ information ) |
Parameters
- order
- Type: RightEdge.Common..::.BrokerOrder
Order that was updated.
- fill
- Type: RightEdge.Common..::.Fill
If the order update was caused by the fill, holds the fill information. Otherwise should be null.
- information
- Type: System..::.String
Contains additional, broker supplied information. For example, if the order was rejected, it may contain information as to why.