WsOrderCancel
StockSharp.Ws
DTO for OrderCancelMessage. Fields optional: clients typically send only one of orderId / orderStringId; the server may echo back transactional state (balance, volume, side, orderType).
属性
OrderStringId : string
Wire field orderStringId.
OrderType : OrderTypes?
Wire field orderType.
OriginalTransactionId : long
Wire field originalTransactionId.
PortfolioName : string
Wire field portfolioName.
SecurityId : WsSecurityId
Wire field securityId.
TransactionId : long
Wire field transactionId.
方法
From(OrderCancelMessage) : WsOrderCancel
From.
ToMessage() : OrderCancelMessage
ToMessage.