Table of Contents

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

int

CheckSum

Check sum.

uint CheckSum { get; set; }

Property Value

uint

CheckSumDisabled

CheckSum disabled.

bool CheckSumDisabled { get; set; }

Property Value

bool

Encoding

Text encoding.

Encoding Encoding { get; }

Property Value

Encoding

IsDump

Gets a value indicating whether the log incoming data required.

bool IsDump { get; set; }

Property Value

bool

Stream

The stream.

Stream Stream { get; }

Property Value

Stream