Class SessionListManager
Inheritance
System.Object
SessionListManager
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: FixAntenna.AdminTool.Commands.Monitoring.Manager
Assembly: FixAntenna.AdminTool.dll
Syntax
public class SessionListManager
Constructors
SessionListManager(Command)
Declaration
public SessionListManager(Command parentCommand)
Parameters
| Type | Name | Description |
|---|---|---|
| Command | parentCommand |
Fields
Log
Declaration
protected ILog Log
Field Value
| Type | Description |
|---|---|
| ILog |
Methods
DoSnapshot()
Declaration
public virtual void DoSnapshot()
DoSubscribe()
Declaration
public virtual void DoSubscribe()
DoSubscribeWithSnapshot()
Declaration
public virtual void DoSubscribeWithSnapshot()
DoUnsubscribe()
Declaration
public virtual void DoUnsubscribe()
GetFixSessions()
Gets fix session list.
Declaration
public virtual IList<IExtendedFixSession> GetFixSessions()
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.IList<IExtendedFixSession> |
GetFixSessionsConfigured()
Gets configured fix session list.
Declaration
public virtual IList<SessionParameters> GetFixSessionsConfigured()
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.IList<SessionParameters> |