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
Remarks
Initializes a new instance of the TextFixReader.
Methods
ReadChar()
Read char value.
public char ReadChar()