Table of Contents

Class BinaryFixReader

Namespace
StockSharp.Fix.Native
Assembly
StockSharp.Fix.Core.dll

The reader of data recorded in the binary FIX protocol format (FAST).

public class BinaryFixReader : BaseFixReader, IFixReader, IFixBase
Inheritance
BinaryFixReader
Implements
Inherited Members
Extension Methods

Remarks

Initializes a new instance of the BinaryFixReader.

Constructors

BinaryFixReader(Stream, Encoding)

The reader of data recorded in the binary FIX protocol format (FAST).

public BinaryFixReader(Stream stream, Encoding encoding)

Parameters

stream Stream

The stream.

encoding Encoding

Text encoding.

Remarks

Initializes a new instance of the BinaryFixReader.