|
Lean
$LEAN_TAG$
|
Defines requested file data for a history request More...
Public Member Functions | |
| FileHistoryResult () | |
| Default constructor for serializers More... | |
| FileHistoryResult (string filepath, byte[] file) | |
| Initializes a new instance of the HistoryResult class More... | |
Properties | |
| string | Filepath [get, set] |
| The relative file path where the data should be written More... | |
| byte[] | File [get, set] |
| The file's contents, this is a zipped csv file More... | |
Properties inherited from QuantConnect.Packets.HistoryResult | |
| HistoryResultType | Type [get] |
| Gets the type of history result More... | |
Additional Inherited Members | |
Protected Member Functions inherited from QuantConnect.Packets.HistoryResult | |
| HistoryResult (HistoryResultType type) | |
| Initializes a new instance of the HistoryResult class More... | |
Defines requested file data for a history request
Definition at line 129 of file HistoryPacket.cs.
| QuantConnect.Packets.FileHistoryResult.FileHistoryResult | ( | ) |
Default constructor for serializers
Definition at line 144 of file HistoryPacket.cs.
| QuantConnect.Packets.FileHistoryResult.FileHistoryResult | ( | string | filepath, |
| byte[] | file | ||
| ) |
Initializes a new instance of the HistoryResult class
| filepath | The relative file path where the file should be written, rooted in /Data, so for example ./forex/fxcm/daily/eurusd.zip |
| file | The zipped csv file content in bytes |
Definition at line 154 of file HistoryPacket.cs.
|
getset |
The relative file path where the data should be written
Definition at line 134 of file HistoryPacket.cs.
|
getset |
The file's contents, this is a zipped csv file
Definition at line 139 of file HistoryPacket.cs.