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
Remarks
Initializes a new instance of the BinaryFixReader.