Table of Contents

Method GetTopOfBook

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

GetTopOfBook(List<ulong>, TimeSpan?)

Request the top of book data for a list of securities

public (bool, GetTopOfBookResponse) GetTopOfBook(List<ulong> securityIds, TimeSpan? timeout = null)

Parameters

securityIds List<ulong>

List of securities

timeout TimeSpan?

Timeout of the request

Returns

(bool, GetTopOfBookResponse)