Class RolloverEventArgs
Inheritance
RolloverEventArgs
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
Properties
FeedConnectionKey
Declaration
public FeedConnectionKey FeedConnectionKey { get; }
Property Value
Fills
Declaration
public IReadOnlyCollection<Fill> Fills { get; }
Property Value
SessionId
Declaration
public int SessionId { get; }
Property Value
Methods
ToString()
Declaration
public override string ToString()
Returns
Overrides