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).

Propriedades

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.

Price : decimal

Wire field price.

SecurityId : WsSecurityId

Wire field securityId.

Side : Sides?

Wire field side.

TransactionId : long

Wire field transactionId.

Type : string

Wire field type.

Volume : decimal

Wire field volume.

Métodos