Class TypeInfo
Base class for SBE type description.
Namespace: OnixS.SimpleBinaryEncoding.Templates
Assembly: OnixS.SimpleBinaryEncoding.dll
Syntax
public abstract class TypeInfo : object
Constructors
TypeInfo(String)
Constructor.
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 the 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 the FIX semantic type.
Declaration
public string SemanticType { get; set; }
Property Value
Type | Description |
---|---|
System.String |