Table of Contents

Class FastPMap

Namespace
StockSharp.Fix.Native
Assembly
StockSharp.FAST.dll

FAST Presence Map.

public class FastPMap
Inheritance
FastPMap
Inherited Members
Extension Methods

Constructors

FastPMap()

Initializes a new instance of the FastPMap.

public FastPMap()

Methods

AddByte(byte)

Add new byte.

public void AddByte(byte b)

Parameters

b byte

New byte.

IsCurrentBitSet(bool)

Check the current bit is set.

public bool IsCurrentBitSet(bool incrementBitIndex = true)

Parameters

incrementBitIndex bool

Increment bit index.

Returns

bool

true if the current bit is set; false if the current bit isn't set.

Reset()

Reset state.

public void Reset()

ToString()

public override string ToString()

Returns

string