IFixBase

StockSharp.Fix.Native

The interface describing basic functionality for the FIX protocol.

Implements: IDisposable

Properties

BytesCount
public int BytesCount { get; set; }
value = iFixBase.BytesCount
iFixBase.BytesCount = value

The number of bytes write.

CheckSum
public uint CheckSum { get; set; }
value = iFixBase.CheckSum
iFixBase.CheckSum = value

Check sum.

CheckSumDisabled
public bool CheckSumDisabled { get; set; }
value = iFixBase.CheckSumDisabled
iFixBase.CheckSumDisabled = value

CheckSum disabled.

Encoding
public Encoding Encoding { get; }
value = iFixBase.Encoding

Text encoding.

IsDump
public bool IsDump { get; set; }
value = iFixBase.IsDump
iFixBase.IsDump = value

Gets a value indicating whether the log incoming data required.

Stream
public Stream Stream { get; }
value = iFixBase.Stream

The stream.