CompetitionYear
StockSharp.MoexLchi
Results of the Best Private Investor contest for the specified year.
属性
方法
GetDays(CancellationToken) : ValueTask<IEnumerable<DateTime>>
Dates for which there is information about trades.
GetMembers(CancellationToken) : ValueTask<IEnumerable<string>>
Competitors.
GetTradesAsync(string, DateTime, CancellationToken) : Task<IEnumerable<ExecutionMessage>>
To get trades of the participant on the specified date.
- member
- Participant.
- date
- Date of competition.
- cancellationToken
- Cancellation token.
返回值: Trades of the participant.