Interface INtmOrderCondition
The interface describing NTM order condition.
Namespace: StockSharp.Messages
Assembly: StockSharp.Messages.dll
Syntax
public interface INtmOrderCondition
Properties
IsNtm
NTM.
Declaration
bool IsNtm { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
NtmInfo
Information for Negotiated Trades Mode orders.
Declaration
NtmOrderInfo NtmInfo { get; set; }
Property Value
Type | Description |
---|---|
NtmOrderInfo |