Class FillDownload
Assembly: tt-net-api.dll
Syntax
public class FillDownload : UserEventHandler, IDisposable
Constructors
FillDownload(Dispatcher, MarketId, ulong, ulong)
Declaration
public FillDownload(Dispatcher dispatcher, MarketId marketId, ulong startTimeEpoch, ulong endTimeEpoch)
Parameters
Properties
EndTimeEpoch
Declaration
public ulong EndTimeEpoch { get; }
Property Value
Fills
Declaration
public ICollection<Fill> Fills { get; }
Property Value
MarketId
Declaration
public MarketId MarketId { get; }
Property Value
StartTimeEpoch
Declaration
public ulong StartTimeEpoch { get; }
Property Value
Methods
Dispose()
Declaration
public virtual void Dispose()
Get()
Declaration
public FillDownloadResult Get()
Returns
GetAsync()
Declaration
Events
OnData
Declaration
public event EventHandler<FillDownloadEventArgs> OnData
Event Type
Implements