CsvParser
StockSharp.Algo.Import
Messages parser from text file in CSV format.
Herda de: BaseLogReceiver
Construtores
CsvParser(DataType, IEnumerable<FieldMapping>)
Initializes a new instance of the CsvParser.
- dataType
- Data type info.
- fields
- Importing fields.
Propriedades
ColumnSeparator : string
Column separator. Tabulation is denoted by TAB.
ExtendedInfoStorageItem : IExtendedInfoStorageItem
Extended info storage.
Fields : IEnumerable<FieldMapping>
Importing fields.
IgnoreNonIdSecurities : bool
Ignore securities without identifiers.
LineSeparator : string
Line separator.
SkipFromHeader : int
Number of lines to be skipped from the beginning of the file (if they contain meta information).
Métodos
Parse(Stream) : IAsyncEnumerable<Message>
Parse CSV file.
- stream
- The file stream.
Retorna: Parsed instances.