TextFixWriter
StockSharp.Fix.Native
The data recorder which records in the text FIX protocol format.
Herda de: BaseFixWriter
Implementa: IFixWriter, IFixBase, IDisposable
Construtores
TextFixWriter(Stream, Encoding, bool)
The data recorder which records in the text FIX protocol format.
- stream
- Writing stream.
- encoding
- Text encoding.
- ownsStream
- Whether to dispose the stream when this instance is disposed.