Class BaseFixWriter
- Namespace
- StockSharp.Fix.Native
- Assembly
- StockSharp.Fix.Core.dll
The base class of the recorder.
public abstract class BaseFixWriter : FixBase
- Inheritance
-
BaseFixWriter
- Derived
- Inherited Members
- Extension Methods
Constructors
BaseFixWriter(Stream, Encoding)
Initialize BaseFixWriter.
protected BaseFixWriter(Stream stream, Encoding encoding)
Parameters
Methods
WriteByte(byte)
To record the byte value.
protected void WriteByte(byte value)
Parameters
WriteBytes(byte[], int, int)
To record an array of bytes.
public void WriteBytes(byte[] buffer, int offset, int count)
Parameters
buffer
byte[]Bytes array.
offset
intThe zero-based byte offset in
buffer
at which to begin copying bytes to the current stream.count
intThe number of bytes to be written to the current stream.
WriteSoh()
To record the SOH symbol.
protected void WriteSoh()