Show / Hide Table of Contents

Class OrderCommand

Inheritance
Object
BaseStudioCommand
EntityCommand<Order>
OrderCommand
Implements
IStudioCommand
Inherited Members
EntityCommand<Order>.Subscription
EntityCommand<Order>.Entity
EntityCommand<Order>.Entities
BaseStudioCommand.PossibleDirection
BaseStudioCommand.IsPersistent
Namespace: StockSharp.Studio.Core.Commands
Assembly: StockSharp.Studio.Core.dll
Syntax
public class OrderCommand : EntityCommand<Order>, IStudioCommand

Constructors

OrderCommand(Subscription, Order)

Declaration
public OrderCommand(Subscription subscription, Order order)
Parameters
Type Name Description
Subscription subscription
Order order

Properties

Balance

Declaration
public Decimal Balance { get; }
Property Value
Type Description
Decimal

Price

Declaration
public Decimal Price { get; }
Property Value
Type Description
Decimal

State

Declaration
public OrderStates State { get; }
Property Value
Type Description
OrderStates

Time

Declaration
public DateTimeOffset Time { get; }
Property Value
Type Description
DateTimeOffset

Implements

IStudioCommand

Extension Methods

Paths.Serialize<T>(T, String)
Paths.Serialize<T>(T)
StudioCommandHelper.Top<TCommand>(TCommand)
StudioCommandHelper.Deep<TCommand>(TCommand)
StudioCommandHelper.Direction<TCommand>(TCommand, StudioCommandDirections)
EditorExtensions.ToItemsSource(Object, Type, Nullable<Boolean>, Nullable<ListSortDirection>, Func<IItemsSourceItem, Boolean>, Func<Object, String>, Func<Object, String>)
XamlHelper.WpfCast<T>(Object)
XamlHelper.CopyToClipboard<T>(T)
XamlHelper.EnsureUIThread(Object)
☀
☾
In This Article
Back to top
Copyright © StockSharp.
☀
☾