ReportTrade
StockSharp.Reporting
Trade data for reports.
Implements: IEquatable<ReportTrade>
Constructors
ReportTrade(long?, long, SecurityId, DateTime, decimal, decimal, decimal, Sides, long?, decimal?, decimal?, decimal?)
Trade data for reports.
- TradeId
- Trade id.
- OrderTransactionId
- Order transaction id.
- SecurityId
- Security id.
- Time
- Trade time.
- TradePrice
- Trade price.
- OrderPrice
- Order price.
- Volume
- Volume.
- Side
- Side.
- OrderId
- Order id.
- Slippage
- Slippage.
- PnL
- Profit-loss.
- Position
- Position change.
Properties
OrderPrice : decimal
Order price.
OrderTransactionId : long
Order transaction id.
SecurityId : SecurityId
Security id.
TradePrice : decimal
Trade price.