YahooTicker
StockSharp.Yahoo.Native
Implementation of Ticker for Yahoo Finance.
Erbt von: Ticker
Implementiert: IDisposable
Methoden
GetAsync(CancellationToken) : Task<FyResult>
Get all native security identifiers.
- cancellationToken
- CancellationToken
Rückgabe: Security identifiers.
GetQueryStringParameters() : string
Prepare the query string arguments for Yahoo Finance request.
Rückgabe: An url with all containing arguments.
GetResponse(string, CancellationToken) : Task<HttpResponseMessage>
Get a http response message from the client instance.
- url
- Url to invoke.
- cancellationToken
Rückgabe: An instance of HttpResponseMessage.