Table of Contents

Class BaseFixReader

Namespace
StockSharp.Fix.Native
Assembly
StockSharp.Fix.Core.dll

Data reader base class.

public abstract class BaseFixReader : FixBase
Inheritance
BaseFixReader
Derived
Inherited Members
Extension Methods

Remarks

Initialize BaseFixReader.

Constructors

BaseFixReader(Stream, Encoding)

Data reader base class.

protected BaseFixReader(Stream stream, Encoding encoding)

Parameters

stream Stream

The stream from which data will be read.

encoding Encoding

Text encoding.

Remarks

Initialize BaseFixReader.

Methods

ReadByte()

Get byte.

public byte ReadByte()

Returns

byte

Byte.

ReadBytes(byte[], int, int)

Read byte array value.

public void ReadBytes(byte[] buffer, int index, int count)

Parameters

buffer byte[]

Buffer.

index int

Starting index.

count int

Count of bytes should be read.