Table of Contents

Class OrderConditionAttribute

Namespace
StockSharp.Messages
Assembly
StockSharp.Messages.dll

Attribute, applied to IMessageAdapter, to provide information about type of OrderCondition.

[AttributeUsage(AttributeTargets.Class)]
public class OrderConditionAttribute : Attribute
Inheritance
OrderConditionAttribute
Inherited Members
Extension Methods

Constructors

OrderConditionAttribute(Type)

Initializes a new instance of the OrderConditionAttribute.

public OrderConditionAttribute(Type conditionType)

Parameters

conditionType Type

OrderCondition type.

Properties

ConditionType

public Type ConditionType { get; }

Property Value

Type