WsOrderGroupCancel

StockSharp.Ws

OrderGroupCancelMessage的DTO——一个组合范围取消的全有可选过滤器(边/金融工具 / isStop). PortfolioName是需要的;没有securityId / side / isStop,则会将取消扩大到每个匹配.

属性

IsStop
public bool? IsStop { get; set; }
value = wsOrderGroupCancel.IsStop
wsOrderGroupCancel.IsStop = value

Wire field isStop.

PortfolioName
public string PortfolioName { get; set; }
value = wsOrderGroupCancel.PortfolioName
wsOrderGroupCancel.PortfolioName = value

Wire field portfolioName.

SecurityId
public WsSecurityId SecurityId { get; set; }
value = wsOrderGroupCancel.SecurityId
wsOrderGroupCancel.SecurityId = value

Wire field securityId.

Side
public Sides? Side { get; set; }
value = wsOrderGroupCancel.Side
wsOrderGroupCancel.Side = value

电线场侧.

TransactionId
public long TransactionId { get; set; }
value = wsOrderGroupCancel.TransactionId
wsOrderGroupCancel.TransactionId = value

Wire field transactionId.

Type
public string Type { get; set; }
value = wsOrderGroupCancel.Type
wsOrderGroupCancel.Type = value

电线场类型.

方法

From
public static WsOrderGroupCancel From(OrderGroupCancelMessage msg)
result = WsOrderGroupCancel.From(msg)

从.

ToMessage
public OrderGroupCancelMessage ToMessage()
result = wsOrderGroupCancel.ToMessage()

ToMessage.