CSVMessageAdapter

StockSharp.CSV

The message adapter for CSV.

継承元: MessageAdapter

コンストラクター

CSVMessageAdapter(IdGenerator)

Initializes a new instance of the CSVMessageAdapter.

transactionIdGenerator
Transaction id generator.

プロパティ

Settings : IEnumerable<ImportSettings>

Settings of import.

メソッド

GetSupportedMarketDataTypesAsync(SecurityId, DateTime?, DateTime?) : IAsyncEnumerable<DataType>

Get supported by adapter message types.

securityId
SecurityId
from
Start date for request. If , then all available messages will be returned.
to
End date for request. If , then all available messages will be returned.

戻り値: Supported by adapter market data types.

IsAllDownloadingSupported(DataType) : bool

Is for the specified all securities downloading enabled.

dataType
Data type info.

戻り値: Check result.

Load(SettingsStorage)

Load settings.

storage
Settings storage.
Save(SettingsStorage)

Save settings.

storage
Settings storage.