Class MessageInfo
Class for message description.
Inherited Members
Namespace: OnixS.SimpleBinaryEncoding.Templates
Assembly: OnixS.SimpleBinaryEncoding.dll
Syntax
public class MessageInfo : FieldSetFieldInfo
Constructors
MessageInfo(UInt16, String)
Constructor.
Declaration
public MessageInfo(ushort id, string name)
Parameters
Type | Name | Description |
---|---|---|
System.UInt16 | id | Message (template) id. |
System.String | name | Message name. |
Properties
BlockLength
Gets or sets the length of the fixed block.
Declaration
public ushort BlockLength { get; set; }
Property Value
Type | Description |
---|---|
System.UInt16 |
SemanticType
Gets or sets the FIX semantic type.
Declaration
public string SemanticType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
GetFirstTag()
Returns the first tag of the message.
Declaration
public int GetFirstTag()
Returns
Type | Description |
---|---|
System.Int32 | First tag of message |