• Version 1.17.0
Show / Hide Table of Contents

Class DecodeResult

Result of message decoding.

Inheritance
object
DecodeResult
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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
int

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
int

TemplateId

Template ID used to decode the message.

Declaration
public virtual int TemplateId { get; set; }
Property Value
Type Description
int

Methods

Reset()

Cleanups the object. Always called during decoding.

Declaration
public virtual void Reset()

ToString()

Returns the string representation.

Declaration
public override string ToString()
Returns
Type Description
string

string representation

Overrides
object.ToString()
In this article
Back to top Copyright © Onix Solutions.
Generated by DocFX