Class OrderFilledEventArgs
- Namespace
- Balsam
- Assembly
- Balsam.Backtester.dll
Encapsulates order status information for filled orders.
public class OrderFilledEventArgs : OrderStatusEventArgs
- Inheritance
-
OrderFilledEventArgs
- Inherited Members
- Extension Methods
Constructors
OrderFilledEventArgs(Order)
Instantiates a new OrderFilledEventArgs using the specified order.
public OrderFilledEventArgs(Order order)
Parameters
order
Order
Properties
Fill
Gets the fill.
public Execution Fill { get; }
Property Value
Methods
ToString()
Returns a string representation of this object.
public override string ToString()