Class ConnectionParamsData
Response with connection parameters to engine
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.Fixicc.Message
Assembly: FixAntenna.AdminTool.dll
Syntax
[Serializable]
public class ConnectionParamsData : ResponseData
Properties
ApplVerID
Declaration
public ApplVerID? ApplVerID { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<ApplVerID> |
Backup
Declaration
public Backup Backup { get; set; }
Property Value
Type | Description |
---|---|
Backup |
ExtraSessionParams
Declaration
public ExtraSessionParams ExtraSessionParams { get; set; }
Property Value
Type | Description |
---|---|
ExtraSessionParams |
RemoteHost
Declaration
public string RemoteHost { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RemotePort
Declaration
public int RemotePort { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
SenderCompID
Sender ID
Declaration
public string SenderCompID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SessionQualifier
Session Qualifier
Since 2.24 version
Declaration
public string SessionQualifier { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TargetCompID
Target ID
Declaration
public string TargetCompID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Version
FIX Version
Since 3.0 version
Declaration
public string Version { get; set; }
Property Value
Type | Description |
---|---|
System.String |