Class FillListEventArgs
Represents the event arguments sent to signal the beginning and ending of a block of Fills from a Market
Inheritance
Object
EventArgs
FillListEventArgs
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 FillListEventArgs : EventArgs
Constructors
FillListEventArgs(FeedConnectionKey)
Declaration
public FillListEventArgs(FeedConnectionKey feedConnectionKey)
Parameters
Type | Name | Description |
---|---|---|
FeedConnectionKey | feedConnectionKey |
Properties
FeedConnectionKey
Declaration
public FeedConnectionKey FeedConnectionKey { get; }
Property Value
Type | Description |
---|---|
FeedConnectionKey |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |
Overrides
System.Object.ToString()