WsOrderReplace
StockSharp.Ws
DTO for OrderReplaceMessage. Carries the new order's fields (same shape as register) plus the identity of the order being replaced (oldOrderId / oldOrderStringId / oldOrderPrice / oldOrderVolume).
プロパティ
OldOrderId : long?
Wire field oldOrderId.
OldOrderPrice : decimal?
Wire field oldOrderPrice.
OldOrderStringId : string
Wire field oldOrderStringId.
OldOrderVolume : decimal?
Wire field oldOrderVolume.
OriginalTransactionId : long
Wire field originalTransactionId.
PortfolioName : string
Wire field portfolioName.
SecurityId : WsSecurityId
Wire field securityId.
TransactionId : long
Wire field transactionId.
メソッド
From(OrderReplaceMessage) : WsOrderReplace
From.
ToMessage() : OrderReplaceMessage
ToMessage.