Table of Contents

Class BinaryFixWriter

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

The data recorder which records in the binary FIX protocol format (FAST).

public class BinaryFixWriter : BaseFixWriter, IFixWriter, IFixBase
Inheritance
BinaryFixWriter
Implements
Inherited Members
Extension Methods

Remarks

Initializes a new instance of the BinaryFixWriter.

Constructors

BinaryFixWriter(Stream, Encoding)

The data recorder which records in the binary FIX protocol format (FAST).

public BinaryFixWriter(Stream stream, Encoding encoding)

Parameters

stream Stream

Writing stream.

encoding Encoding

Text encoding.

Remarks

Initializes a new instance of the BinaryFixWriter.