WsOrderLog

StockSharp.Ws

Wire DTO for ExecutionMessage in the OrderLog form.

Propriedades

Id : string

Wire field id.

IsSystem : bool?

Wire field sys.

LocalTime : DateTime

Wire field l.

OpenInterest : decimal?

Wire field oi.

Price : decimal?

Wire field p.

SecurityId : WsSecurityId

Wire field securityId.

SeqNum : long?

Wire field sn.

ServerTime : DateTime

Wire field s.

Side : Sides?

Wire field side.

State : OrderStates?

Wire field state.

TimeInForce : TimeInForce?

Wire field tif.

TradeId : string

Wire field tid.

TradePrice : decimal?

Wire field tp.

Volume : decimal?

Wire field v.

Métodos

ToMessage() : ExecutionMessage

ToMessage.