TextFixReader
StockSharp.Fix.Native
The reader of data recorded in the text FIX protocol format.
Inherits: BaseFixReader
Implements: IFixReader, IFixBase, IDisposable
Constructors
TextFixReader(Stream, Encoding, bool)
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.