Show / Hide Table of Contents

Class FillDownload

Inheritance
object
UserEventHandler
FillDownload
Implements
IDisposable
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: tt_net_sdk
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
Type Name Description
Dispatcher dispatcher
MarketId marketId
ulong startTimeEpoch
ulong endTimeEpoch

Properties

EndTimeEpoch

Declaration
public ulong EndTimeEpoch { get; }
Property Value
Type Description
ulong

Fills

Declaration
public ICollection<Fill> Fills { get; }
Property Value
Type Description
ICollection<Fill>

MarketId

Declaration
public MarketId MarketId { get; }
Property Value
Type Description
MarketId

StartTimeEpoch

Declaration
public ulong StartTimeEpoch { get; }
Property Value
Type Description
ulong

Methods

Dispose()

Declaration
public virtual void Dispose()

Get()

Declaration
public FillDownloadResult Get()
Returns
Type Description
FillDownloadResult

GetAsync()

Declaration
public void GetAsync()

Events

OnData

Declaration
public event EventHandler<FillDownloadEventArgs> OnData
Event Type
Type Description
EventHandler<FillDownloadEventArgs>

Implements

IDisposable
In this article
Back to top