FastPMap

StockSharp.Fix.Native

FAST Presence Map.

Constructors

FastPMap
public FastPMap()
fastPMap = FastPMap()

Initializes a new instance of the FastPMap.

Methods

AddByte
public void AddByte(byte b)
fastPMap.AddByte(b)

Add new byte.

b
New byte.
IsCurrentBitSet
public bool IsCurrentBitSet(bool incrementBitIndex)
result = fastPMap.IsCurrentBitSet(incrementBitIndex)

Check the current bit is set.

incrementBitIndex
Increment bit index.

Returns: if the current bit is set; if the current bit isn't set.

Reset
public void Reset()
fastPMap.Reset()

Reset state.

ToString
public override string ToString()
result = fastPMap.ToString()

Преобразовать к строковому представлению.

Returns: Строковое представление.