Click or drag to resize

ChannelConnection Structure

Represents CME channel connection
Inheritance Hierarchy
SystemObject
  SystemValueType
    com.b2bits.FIXAntenna.GlobexChannelConnection

Namespace: com.b2bits.FIXAntenna.Globex
Assembly: FIXAntenna_net4.8 (in FIXAntenna_net4.8.dll) Version: 2.32.0.0
Syntax
public struct ChannelConnection

The ChannelConnection type exposes the following members.

Constructors
 NameDescription
Public methodChannelConnectionCreates new object with ChannelID and ConnectionID.
Top
Methods
 NameDescription
Public methodEqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
Public methodGetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)
Top
Fields
 NameDescription
Public fieldChannelIDReturns ID of the Channel.
Public fieldConnectionIDReturns ID of the Connection.
Top
See Also