Class OrderLogItemEventArgs
Argument which contains order log.
Namespace: StockSharp.MatLab
Assembly: StockSharp.MatLab.dll
Syntax
public class OrderLogItemEventArgs : EventArgs
Properties
Item
Order log.
Declaration
public OrderLogItem Item { get; }
Property Value
Type | Description |
---|---|
OrderLogItem |