ICsvEntityList
StockSharp.Algo.Storages.Csv
The interface for presentation in the form of list of trade objects, received from the external storage.
Implements: IAsyncDisposable
Properties
CreateArchivedCopy
public bool CreateArchivedCopy { get; set; }
value = iCsvEntityList.CreateArchivedCopy
iCsvEntityList.CreateArchivedCopy = value
Create archived copy.
Methods
GetCopy
public byte[] GetCopy()
result = iCsvEntityList.GetCopy()
Get archived copy body.
Returns: File body.
InitAsync
public ValueTask InitAsync(IList<Exception> errors, CancellationToken cancellationToken)
result = iCsvEntityList.InitAsync(errors, cancellationToken)
Initialize the storage.
- errors
- Possible errors.
- cancellationToken
- CancellationToken