Class DecodeResult
Result of message decoding.
Inherited Members
Namespace: OnixS.Fix.Fast
Assembly: OnixS.Fix.Engine.dll
Syntax
public class DecodeResult
Properties
BytesUsed
The number of bytes used in the input data to decode the message.
Declaration
public virtual int BytesUsed { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
FixMessage
Decoded FIX message.
Declaration
public virtual Message FixMessage { get; set; }
Property Value
Type | Description |
---|---|
Message |
NewOffset
New offset in the input data to decode the next message.
Declaration
public virtual int NewOffset { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
TemplateId
Template ID used to decode the message.
Declaration
public virtual int TemplateId { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Methods
Reset()
Cleanups the object. Always called during decoding.
Declaration
public virtual void Reset()
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |