FixBase

StockSharp.Fix.Native

Data reader/writer base class.

Erbt von: Disposable

Konstruktoren

FixBase(Stream, Encoding, bool)

Data reader/writer base class.

stream
The stream.
encoding
Text encoding.
ownsStream
Whether to dispose the stream when this instance is disposed.

Eigenschaften

BytesCount : int

Total read/write bytes.

CheckSum : uint

Check sum.

CheckSumDisabled : bool

CheckSum disabled.

Encoding : Encoding

Text encoding.

IsDump : bool

Gets a value indicating whether the log incoming data required.

IsValueRead : bool

Whether the tag value was read.

LastTag : FixTags

Last tag.

MaxBytes : int

Gets and sets the maximum allowed bytes per read/write operation.

Stream : Stream

The stream.

Methoden

CalcCheckSum(ReadOnlySpan<byte>)

Calculate the check sum.

value
Buffer.
CalcCheckSum(Span<byte>)

Calculate the check sum.

value
Buffer.
CalcCheckSum(byte)

Calculate the check sum.

value
New byte.
ClearState()

Clear state.

DisposeManaged()

Release resources.

Dump(byte)

Add to the data log a new byte.

value
New byte.
Dump(Span<byte>)

Add to the data log a news byte.

value
Buffer.
Dump(ReadOnlySpan<byte>)

Add to the data log a news byte.

value
Buffer.
Dump``1(T)

Add to the data log a new string.

value
Value.
FlushDump() : string

Get data log.

Rückgabe: Data log.