Table of Contents

Method GetOrderbookSnapshot

Namespace
Tooq.Tech.FH.ClientLib
Assembly
Tooq.Tech.FH.ClientLib.dll

GetOrderbookSnapshot(ref InstrumentId, TimeSpan?)

Gets an instant full orderbook snapshot from a given instrument.

public (bool, GetOrderbookSnapshotResponse) GetOrderbookSnapshot(ref InstrumentId instrumentId, TimeSpan? timeout = null)

Parameters

instrumentId InstrumentId

Struct representing the instrument

timeout TimeSpan?

Time limit after which the Request will be cancelled.

Returns

(bool, GetOrderbookSnapshotResponse)