FileFormat Enumeration
Specifies the format of data in a subscription
Syntax
public enum FileFormat : System.Enum
Members
Member | Description |
---|---|
Binary | Binary file data |
Collection | Reader returns a BaseDataCollection object. |
Csv | Comma separated values |
ZipEntryName | Only the zip entry names are read in as symbols |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
QuantConnect.Data.FileFormat
Requirements
Target Platforms: Microsoft .NET 4.5 or Mono 3.10 or above.
See Also