Table of Contents

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

bool

NtmInfo

Information for Negotiated Trades Mode orders.

NtmOrderInfo NtmInfo { get; set; }

Property Value

NtmOrderInfo