Class SessionParamsData
Response with detailed information about session
Since 1.0 version
Implements
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 SessionParamsData : ResponseData, IParamsDataGroup
Constructors
SessionParamsData()
Initialisiert eine neue Instanz der Session
Initializes a new instance of the Session
Declaration
public SessionParamsData()
Properties
ApplVerID
Declaration
public ApplVerID? ApplVerID { get; set; }
Property Value
Type | Description |
---|---|
System. |
Backup
Declaration
public Backup Backup { get; set; }
Property Value
Type | Description |
---|---|
Backup |
ConfiguredSessionParams
Declaration
public ConfiguredSessionParams ConfiguredSessionParams { get; set; }
Property Value
Type | Description |
---|---|
Configured |
ExtraSessionParams
Declaration
public ExtraSessionParams ExtraSessionParams { get; set; }
Property Value
Type | Description |
---|---|
Extra |
RemoteHost
Declaration
public string RemoteHost { get; set; }
Property Value
Type | Description |
---|---|
System. |
RemotePort
Declaration
public int? RemotePort { get; set; }
Property Value
Type | Description |
---|---|
System. |
Role
Declaration
public SessionRole? Role { get; set; }
Property Value
Type | Description |
---|---|
System. |
SenderCompID
Sender ID
Declaration
public string SenderCompID { get; set; }
Property Value
Type | Description |
---|---|
System. |
SessionProperties
Declaration
public Collection<FIXSessionPropertiesProperty> SessionProperties { get; }
Property Value
Type | Description |
---|---|
System. |
SessionPropertiesSpecified
Ruft einen Wert ab, der angibt, ob die SessionProperties-Collection leer ist.
Gets a value indicating whether the SessionProperties collection is empty.
Declaration
public bool SessionPropertiesSpecified { get; }
Property Value
Type | Description |
---|---|
System. |
SessionQualifier
Session Qualifier
Since 2.24 version
Declaration
public string SessionQualifier { get; set; }
Property Value
Type | Description |
---|---|
System. |
TargetCompID
Target ID
Declaration
public string TargetCompID { get; set; }
Property Value
Type | Description |
---|---|
System. |
Version
FIX Version
Since 3.0 version
Declaration
public string Version { get; set; }
Property Value
Type | Description |
---|---|
System. |