WsOrderRegister
StockSharp.Ws
Wire DTO for OrderRegisterMessage.
プロパティ
ConditionType : string
Wire field conditionType.
IsMarketMaker : bool?
Wire field isMarketMaker.
IsTrailing : bool?
Wire field isTrailing.
LimitPrice : decimal?
Wire field limitPrice.
MarginMode : MarginModes?
Wire field marginMode.
OrderType : OrderTypes?
Wire field orderType.
PortfolioName : string
Wire field portfolioName.
PositionEffect : OrderPositionEffects?
Wire field positionEffect.
SecurityId : WsSecurityId
Wire field securityId.
StrategyId : string
Wire field strategyId.
TimeInForce : TimeInForce?
Wire field timeInForce.
TrailingOffset : decimal?
Wire field trailingOffset.
TransactionId : long
Wire field transactionId.
UserOrderId : string
Wire field userOrderId.
VisibleVolume : decimal?
Wire field visibleVolume.
メソッド
From(OrderRegisterMessage) : WsOrderRegister
From.
ToMessage() : OrderRegisterMessage
ToMessage.