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
Inheritance
TextFixWriter
Implements
Inherited Members
Extension Methods

Constructors

TextFixWriter(Stream, Encoding)

Initializes a new instance of the TextFixWriter.

public TextFixWriter(Stream stream, Encoding encoding)

Parameters

stream Stream

Writing stream.

encoding Encoding

Text encoding.

Methods

Write(int)

To record the int value.

public void Write(int value)

Parameters

value int

int value.

Write(string)

To record the string value.

public void Write(string value)

Parameters

value string

string value.