Interface INtmOrderCondition
- Namespace
- StockSharp.Messages
- Assembly
- StockSharp.Messages.dll
The interface describing NTM order condition.
public interface INtmOrderCondition
- Extension Methods
Properties
IsNtm
NTM.
bool IsNtm { get; set; }
Property Value
NtmInfo
Information for Negotiated Trades Mode orders.
NtmOrderInfo NtmInfo { get; set; }