Interface ICsvEntityList
- Namespace
- StockSharp.Algo.Storages.Csv
- Assembly
- StockSharp.Algo.dll
The interface for presentation in the form of list of trade objects, received from the external storage.
public interface ICsvEntityList
- Extension Methods
Properties
CreateArchivedCopy
Create archived copy.
bool CreateArchivedCopy { get; set; }
Property Value
DelayAction
The time delayed action.
DelayAction DelayAction { get; set; }
Property Value
- DelayAction
FileName
CSV file name.
string FileName { get; }
Property Value
Methods
GetCopy()
Get archived copy body.
byte[] GetCopy()
Returns
- byte[]
File body.
Init(IList<Exception>)
Initialize the storage.
void Init(IList<Exception> errors)