ReportPosition

StockSharp.Reporting

Position round-trip data for reports.

实现: IEquatable<ReportPosition>

构造函数

ReportPosition(SecurityId, string, DateTime, decimal?, DateTime, decimal?, decimal)

Position round-trip data for reports.

SecurityId
Security id.
PortfolioName
Portfolio name.
OpenTime
Position open time.
OpenPrice
Position open price.
CloseTime
Position close time.
ClosePrice
Position close price.
MaxPosition
Maximum absolute position size during the round-trip.

属性

ClosePrice : decimal?

Position close price.

CloseTime : DateTime

Position close time.

MaxPosition : decimal

Maximum absolute position size during the round-trip.

OpenPrice : decimal?

Position open price.

OpenTime : DateTime

Position open time.

PortfolioName : string

Portfolio name.

SecurityId : SecurityId

Security id.