Show / Hide Table of Contents

Class RolloverEventArgs

Inheritance
object
EventArgs
RolloverEventArgs
Inherited Members
EventArgs.Empty
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 RolloverEventArgs : EventArgs

Constructors

RolloverEventArgs(FeedConnectionKey, IReadOnlyCollection<Fill>, int)

Declaration
public RolloverEventArgs(FeedConnectionKey feedConnectionKey, IReadOnlyCollection<Fill> fills, int sessionId)
Parameters
Type Name Description
FeedConnectionKey feedConnectionKey
IReadOnlyCollection<Fill> fills
int 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
int

Methods

ToString()

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
object.ToString()
In this article
Back to top