Click or drag to resize

SessionId Class

FIX Session Identifier.
Inheritance Hierarchy
SystemObject
  com.b2bits.FIXAntennaSessionId

Namespace: com.b2bits.FIXAntenna
Assembly: FIXAntenna_net4.8 (in FIXAntenna_net4.8.dll) Version: 2.32.0.0
Syntax
public class SessionId : IComparable, IDisposable

The SessionId type exposes the following members.

Constructors
 NameDescription
Public methodSessionId(String, String) Constructor for session without Qualifier
Public methodSessionId(String, String, String) Constructor for session with Qualifier
Top
Methods
 NameDescription
Public methodCompareTo(Object) Tryes to comare with Object instance if it is SessionID
Public methodCompareTo(SessionId) Compare with other SessionID
Public methodDisposeReleases all resources used by the SessionId
Protected methodDispose(Boolean)Releases the unmanaged resources used by the SessionId and optionally releases the managed resources
Public methodEquals(Object)
(Overrides ObjectEquals(Object))
Public methodEquals(SessionId) 
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCode
(Overrides ObjectGetHashCode)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToString
(Overrides ObjectToString)
Top
Fields
 NameDescription
Public fieldQualifier Extra identifier which makes the sessions with the same sender/target pairs unique.
Public fieldSender Represents SenderCompID.
Public fieldTarget Represents TargetCompID.
Top
See Also