Class TypeInfo
Base class for SBE template type description.
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: OnixS.SimpleBinaryEncoding.Templates
Assembly: OnixS.SimpleBinaryEncoding.dll
Syntax
public abstract class TypeInfo
Constructors
TypeInfo(String)
Contructor.
Declaration
public TypeInfo(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | Type name. |
Properties
Description
Gets or sets type description.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Gets type name.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Presence
Gets or sets field presence.
Declaration
public Presence Presence { get; set; }
Property Value
Type | Description |
---|---|
Presence |
SemanticType
Gets or sets FIX semantic type.
Declaration
public string SemanticType { get; set; }
Property Value
Type | Description |
---|---|
System.String |