Class FIXSessionProperties
Session Properties
Inheritance
System.Object
FIXSessionProperties
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 FIXSessionProperties
Constructors
FIXSessionProperties()
Initialisiert eine neue Instanz der FIXSessionProperties Klasse.
Initializes a new instance of the FIXSessionProperties class.
Declaration
public FIXSessionProperties()
Properties
Property
Declaration
public Collection<FIXSessionPropertiesProperty> Property { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.Collection<FIXSessionPropertiesProperty> |
PropertySpecified
Ruft einen Wert ab, der angibt, ob die Property-Collection leer ist.
Gets a value indicating whether the Property collection is empty.
Declaration
public bool PropertySpecified { get; }
Property Value
Type | Description |
---|---|
System.Boolean |