OrderRegisterMessage
StockSharp.Messages
The message containing the information for the order registration.
継承元: OrderMessage
コンストラクター
OrderRegisterMessage()
Initializes a new instance of the OrderRegisterMessage.
プロパティ
IsMarketMaker : bool?
Is the order of market-maker.
MinOrderVolume : decimal?
Minimum quantity of an order to be executed.
PositionEffect : OrderPositionEffects?
Position effect.
TimeInForce : TimeInForce?
Limit order time in force.
VisibleVolume : decimal?
Visible quantity of contracts in order.
メソッド
CopyTo(OrderRegisterMessage)
Copy the message into the .
- destination
- The object, to which copied information.