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.