TextFixReader
StockSharp.Fix.Native
The reader of data recorded in the text FIX protocol format.
Inherits: BaseFixReader
Implements: IFixReader, IFixBase, IDisposable
Constructors
TextFixReader
public TextFixReader(Stream stream, Encoding encoding, bool ownsStream)
textFixReader = TextFixReader(stream, encoding, ownsStream)
The reader of data recorded in the text FIX protocol format.
- stream
- The stream from which data will be read.
- encoding
- Text encoding.
- ownsStream
- Whether to dispose the stream when this instance is disposed.