YahooTicker
StockSharp.Yahoo.Native
Implementation of Ticker for Yahoo Finance.
継承元: Ticker
実装: IDisposable
メソッド
GetAsync(CancellationToken) : Task<FyResult>
Get all native security identifiers.
- cancellationToken
- CancellationToken
戻り値: Security identifiers.
GetQueryStringParameters() : string
Prepare the query string arguments for Yahoo Finance request.
戻り値: 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
戻り値: An instance of HttpResponseMessage.