WsOrderGroupCancel

StockSharp.Ws

DTO for OrderGroupCancelMessage — a portfolio-scoped cancel-all with optional filters (side / security / isStop). PortfolioName is required; the absence of securityId / side / isStop widens the cancel to every match.

Свойства

IsStop : bool?

Wire field isStop.

PortfolioName : string

Wire field portfolioName.

SecurityId : WsSecurityId

Wire field securityId.

Side : Sides?

Wire field side.

TransactionId : long

Wire field transactionId.

Type : string

Wire field type.

Методы