Table of Contents

Class TextFixWriter

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

The data recorder which records in the text FIX protocol format.

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

Remarks

Initializes a new instance of the TextFixWriter.

Constructors

TextFixWriter(Stream, Encoding)

The data recorder which records in the text FIX protocol format.

public TextFixWriter(Stream stream, Encoding encoding)

Parameters

stream Stream

Writing stream.

encoding Encoding

Text encoding.

Remarks

Initializes a new instance of the TextFixWriter.