TextFixReader
StockSharp.Fix.Native
The reader of data recorded in the text FIX protocol format.
Herda de: BaseFixReader
Implementa: IFixReader, IFixBase, IDisposable
Construtores
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.