Class MessageInfo
Message description.
Inherited Members
Namespace: OnixS.SimpleBinaryEncoding.Templates
Assembly: OnixS.SimpleBinaryEncoding.dll
Syntax
public class MessageInfo : FieldSetFieldInfo
Properties
BlockLength
Declaration
public ushort BlockLength { get; set; }
Property Value
Type | Description |
---|---|
ushort | The root block length. |
Remarks
The root block length is the space reserved for the root level of the message, not counting any repeating groups or variable-length fields. The block length only represents message body fields; it does not include the length of the message header, which is a fixed size.
SemanticType
Declaration
public string SemanticType { get; set; }
Property Value
Type | Description |
---|---|
string | The FIX Protocol semantic type. |