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

Constructors

BaseFixReader(Stream, Encoding)

Initialize BaseFixReader.

protected BaseFixReader(Stream stream, Encoding encoding)

Parameters

stream Stream

The stream from which data will be read.

encoding Encoding

Text encoding.

Methods

ReadByte()

Get byte.

public int ReadByte()

Returns

int

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.