Class ParamsData
Inheritance
System.Object
ParamsData
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 ParamsData : IParamsDataGroup
Constructors
ParamsData()
Initialisiert eine neue Instanz der ParamsData Klasse.
Initializes a new instance of the ParamsData class.
Declaration
public ParamsData()
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 |
ConfiguredSessionParams
Declaration
public ConfiguredSessionParams ConfiguredSessionParams { get; set; }
Property Value
Type | Description |
---|---|
ConfiguredSessionParams |
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.Nullable<System.Int32> |
Role
Declaration
public SessionRole? Role { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<SessionRole> |
SessionProperties
Declaration
public Collection<FIXSessionPropertiesProperty> SessionProperties { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.Collection<FIXSessionPropertiesProperty> |
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.Boolean |
Version
FIX Version
Since 3.0 version
Declaration
public string Version { get; set; }
Property Value
Type | Description |
---|---|
System.String |