Table of Contents

Class TextFixReader

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

The reader of data recorded in the text FIX protocol format.

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

Remarks

Initializes a new instance of the TextFixReader.

Constructors

TextFixReader(Stream, Encoding)

The reader of data recorded in the text FIX protocol format.

public TextFixReader(Stream stream, Encoding encoding)

Parameters

stream Stream

The stream from which data will be read.

encoding Encoding

Text encoding.

Remarks

Initializes a new instance of the TextFixReader.

Methods

ReadChar()

Read char value.

public char ReadChar()

Returns

char

char value.