Class OrderCommand
Assembly: StockSharp.Studio.Core.dll
Syntax
public class OrderCommand : EntityCommand<Order>, IStudioCommand
Constructors
OrderCommand(Subscription, Order)
Declaration
public OrderCommand(Subscription subscription, Order order)
Parameters
Properties
Balance
Declaration
public Decimal Balance { get; }
Property Value
Price
Declaration
public Decimal Price { get; }
Property Value
State
Declaration
public OrderStates State { get; }
Property Value
Time
Declaration
public DateTimeOffset Time { get; }
Property Value
Implements
Extension Methods