FastPMap
StockSharp.Fix.Native
FAST Presence Map.
Konstruktoren
Methoden
AddByte
public void AddByte(byte b)
fastPMap.AddByte(b)
Fügen Sie ein neues Byte hinzu.
- b
- Neues Byte.
IsCurrentBitSet
public bool IsCurrentBitSet(bool incrementBitIndex)
result = fastPMap.IsCurrentBitSet(incrementBitIndex)
Überprüfen Sie, ob das aktuelle Bit eingestellt ist.
- incrementBitIndex
- Inkrementbitindex.
Rückgabe: wenn das aktuelle Bit gesetzt ist; wenn das aktuelle Bit nicht gesetzt ist.
ToString
public override string ToString()
result = fastPMap.ToString()
Konvertieren Sie in eine Liniendarstellung.
Rückgabe: String-Leistung.