OrderRegisterMessage

StockSharp.Messages

The message containing the information for the order registration.

继承自: OrderMessage

构造函数

OrderRegisterMessage(MessageTypes)

Initialize OrderRegisterMessage.

type
Message type.
OrderRegisterMessage()

Initializes a new instance of the OrderRegisterMessage.

属性

IsManual : bool?

Is order manual.

IsMarketMaker : bool?

Is the order of market-maker.

Leverage : int?

Margin leverage.

MinOrderVolume : decimal?

Minimum quantity of an order to be executed.

PostOnly : bool?

Post-only order.

Price : decimal

Order price.

Side : Sides

Order side (buy or sell).

Slippage : decimal?

Slippage in trade price.

TillDate : DateTime?

Order expiry time. The default is , which mean (GTC).

TimeInForce : TimeInForce?

Limit order time in force.

VisibleVolume : decimal?

Visible quantity of contracts in order.

Volume : decimal

Number of contracts in the order.

方法

Clone() : Message

Create a copy of OrderRegisterMessage.

返回值: Copy.

CopyTo(OrderRegisterMessage)

Copy the message into the .

destination
The object, to which copied information.
ToString() : string

Преобразовать к строковому представлению.

返回值: Строковое представление.