OrderConditionAttribute

StockSharp.Messages

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

Inherits: Attribute

Constructors

OrderConditionAttribute
public OrderConditionAttribute(Type conditionType)
orderConditionAttribute = OrderConditionAttribute(conditionType)

Initializes a new instance of the OrderConditionAttribute.

conditionType
OrderCondition type.

Properties

ConditionType
public Type ConditionType { get; }
value = orderConditionAttribute.ConditionType

OrderCondition type.