Class FillBookDownloadEventArgs
Represents the event arguments sent in a FillBookDownload callback
Inheritance
Object
EventArgs
FillBookDownloadEventArgs
Inherited Members
EventArgs.Empty
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Namespace: tt_net_sdk
Assembly: tt-net-api.dll
Syntax
public class FillBookDownloadEventArgs : EventArgs
Constructors
FillBookDownloadEventArgs(IReadOnlyCollection<Fill>)
Declaration
public FillBookDownloadEventArgs(IReadOnlyCollection<Fill> fills)
Parameters
Type | Name | Description |
---|---|---|
IReadOnlyCollection<Fill> | fills |
Properties
Fills
Declaration
public IReadOnlyCollection<Fill> Fills { get; }
Property Value
Type | Description |
---|---|
IReadOnlyCollection<Fill> |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |
Overrides
System.Object.ToString()