TextFixReader
StockSharp.Fix.Native
The reader of data recorded in the text FIX protocol format.
Erbt von: BaseFixReader
Implementiert: IFixReader, IFixBase, IDisposable
Konstruktoren
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.