ChannelConnection Constructor

FIX Antenna .NET Programmer's Guide
Creates new object with ChannelID and ConnectionID.

Namespace:  com.b2bits.FIXAntenna.Globex
Assembly:  FIXAntenna_net4.8 (in FIXAntenna_net4.8.dll) Version: 2.31.0.0
Syntax

public ChannelConnection(
	string channelID,
	string connectionID
)

Parameters

channelID
Type: SystemString

[Missing <param name="channelID"/> documentation for "M:com.b2bits.FIXAntenna.Globex.ChannelConnection.#ctor(System.String,System.String)"]

connectionID
Type: SystemString

[Missing <param name="connectionID"/> documentation for "M:com.b2bits.FIXAntenna.Globex.ChannelConnection.#ctor(System.String,System.String)"]

Field Value

Type: 
ID of the Channel.
See Also

Reference