Table of Contents

Class OrderStatusMessage

Namespace
StockSharp.Messages
Assembly
StockSharp.Messages.dll

A message requesting current registered orders and trades.

[DataContract]
public class OrderStatusMessage : OrderCancelMessage, ICloneable<Message>, ISubscriptionIdMessage, ISecurityIdMessage, IPortfolioNameMessage, IStrategyIdMessage, ISubscriptionMessage, ITransactionIdMessage, IOriginalTransactionIdMessage, IDataTypeMessage, IMessage, ILocalTimeMessage, ICloneable, ISecurityIdsMessage
Inheritance
OrderStatusMessage
Implements
Inherited Members
Extension Methods

Constructors

OrderStatusMessage()

Initializes a new instance of the OrderStatusMessage.

public OrderStatusMessage()

Properties

Count

Max count.

[DataMember]
public long? Count { get; set; }

Property Value

long?

FillGaps

[DataMember]
public FillGapsDays? FillGaps { get; set; }

Property Value

FillGapsDays?

From

Start date, from which data needs to be retrieved.

[DataMember]
[Display(ResourceType = typeof(LocalizedStrings), Name = "From", Description = "StartDateDesc", GroupName = "General")]
public DateTime? From { get; set; }

Property Value

DateTime?

IsIncremental

Request incremental updates instead of full snapshots.

[DataMember]
public bool IsIncremental { get; set; }

Property Value

bool

IsSubscribe

The message is subscription.

[DataMember]
public bool IsSubscribe { get; set; }

Property Value

bool

SecurityIds

Security identifiers for filtering.

[DataMember]
public SecurityId[] SecurityIds { get; set; }

Property Value

SecurityId[]

Skip

Skip count.

[DataMember]
public long? Skip { get; set; }

Property Value

long?

States

Filter order by the specified states.

[DataMember]
public OrderStates[] States { get; set; }

Property Value

OrderStates[]

To

End date, until which data needs to be retrieved.

[DataMember]
[Display(ResourceType = typeof(LocalizedStrings), Name = "Until", Description = "ToDateDesc", GroupName = "General")]
public DateTime? To { get; set; }

Property Value

DateTime?

UserId

User identifier for filtering data. If set, data is filtered by this user instead of the session.

[DataMember]
public string UserId { get; set; }

Property Value

string

Methods

Clone()

Create a copy of OrderStatusMessage.

public override Message Clone()

Returns

Message

Copy.

CopyTo(OrderStatusMessage)

Copy the message into the destination.

protected void CopyTo(OrderStatusMessage destination)

Parameters

destination OrderStatusMessage

The object, to which copied information.

ToString()

public override string ToString()

Returns

string