Class CustomProtocolsListData
The list of supported FIX versions or custom protocols
Deprecated since 3.0 version. Please use FIXProtocolsListData
Since 0.9 version
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 CustomProtocolsListData : ResponseData
Constructors
CustomProtocolsListData()
Initialisiert eine neue Instanz der CustomProtocolsListData Klasse.
Initializes a new instance of the CustomProtocolsListData class.
Declaration
public CustomProtocolsListData()
Properties
SupportedProtocol
Declaration
public Collection<CustomProtocolsListDataSupportedProtocol> SupportedProtocol { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.Collection<CustomProtocolsListDataSupportedProtocol> |
SupportedProtocolSpecified
Ruft einen Wert ab, der angibt, ob die SupportedProtocol-Collection leer ist.
Gets a value indicating whether the SupportedProtocol collection is empty.
Declaration
public bool SupportedProtocolSpecified { get; }
Property Value
Type | Description |
---|---|
System.Boolean |