Class OrderFailCommand
Inheritance
OrderFailCommand
Assembly: StockSharp.Studio.Core.dll
Syntax
public class OrderFailCommand : EntityCommand<OrderFail>, IStudioCommand
Constructors
OrderFailCommand(Subscription, OrderFail, OrderFailTypes)
Declaration
public OrderFailCommand(Subscription subscription, OrderFail fail, OrderFailTypes type)
Parameters
Properties
State
Declaration
public OrderStates State { get; }
Property Value
Type
Declaration
public OrderFailTypes Type { get; }
Property Value
Implements
Extension Methods