Class FillDownload
Implements
IDisposable
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: tt_net_sdk
Assembly: tt-net-api.dll
Syntax
public class FillDownload : UserEventHandler, IDisposable
Constructors
FillDownload(Dispatcher, MarketId, UInt64, UInt64)
Declaration
public FillDownload(Dispatcher dispatcher, MarketId marketId, ulong startTimeEpoch, ulong endTimeEpoch)
Parameters
Type | Name | Description |
---|---|---|
Dispatcher | dispatcher | |
MarketId | marketId | |
UInt64 | startTimeEpoch | |
UInt64 | endTimeEpoch |
Properties
EndTimeEpoch
Declaration
public ulong EndTimeEpoch { get; }
Property Value
Type | Description |
---|---|
UInt64 |
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 |
---|---|
UInt64 |
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> |
Explicit Interface Implementations
IDisposable.Dispose()
Declaration
void IDisposable.Dispose()
Implements
System.IDisposable