Class RolloverEventArgs
Inheritance
Object
EventArgs
RolloverEventArgs
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 RolloverEventArgs : EventArgs
Constructors
RolloverEventArgs(FeedConnectionKey, IReadOnlyCollection<Fill>, Int32)
Declaration
public RolloverEventArgs(FeedConnectionKey feedConnectionKey, IReadOnlyCollection<Fill> fills, int sessionId)
Parameters
Type | Name | Description |
---|---|---|
FeedConnectionKey | feedConnectionKey | |
IReadOnlyCollection<Fill> | fills | |
Int32 | sessionId |
Properties
FeedConnectionKey
Declaration
public FeedConnectionKey FeedConnectionKey { get; }
Property Value
Type | Description |
---|---|
FeedConnectionKey |
Fills
Declaration
public IReadOnlyCollection<Fill> Fills { get; }
Property Value
Type | Description |
---|---|
IReadOnlyCollection<Fill> |
SessionId
Declaration
public int SessionId { get; }
Property Value
Type | Description |
---|---|
Int32 |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |
Overrides
System.Object.ToString()