Interface IFixBase
- Namespace
- StockSharp.Fix.Native
- Assembly
- StockSharp.Fix.Core.dll
The interface describing basic functionality for the FIX protocol.
public interface IFixBase
- Extension Methods
Properties
BytesCount
The number of bytes write.
int BytesCount { get; set; }
Property Value
CheckSum
Check sum.
uint CheckSum { get; set; }
Property Value
CheckSumDisabled
CheckSum disabled.
bool CheckSumDisabled { get; set; }
Property Value
Encoding
Text encoding.
Encoding Encoding { get; }
Property Value
IsDump
Gets a value indicating whether the log incoming data required.
bool IsDump { get; set; }
Property Value
Stream
The stream.
Stream Stream { get; }