TextFixReader

StockSharp.Fix.Native

The reader of data recorded in the text FIX protocol format.

继承自: BaseFixReader

实现: IFixReader, IFixBase, IDisposable

构造函数

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.