TextFixWriter
StockSharp.Fix.Native
The data recorder which records in the text FIX protocol format.
Inherits: BaseFixWriter
Implements: IFixWriter, IFixBase, IDisposable
Constructors
TextFixWriter
public TextFixWriter(Stream stream, Encoding encoding, bool ownsStream)
textFixWriter = TextFixWriter(stream, encoding, ownsStream)
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.