Table of Contents

Method GetBrokerList

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

GetBrokerList(string, TimeSpan?)

Request a list of brokers from the connected feed handler instance

public (bool, GetBrokerListResponse) GetBrokerList(string exchangeId, TimeSpan? timeout = null)

Parameters

exchangeId string

The exchange id. Use "BVMF" for B3.

timeout TimeSpan?

Time limit after which the Request will be cancelled.

Returns

(bool, GetBrokerListResponse)

A tuple where the first element is a boolean indicating whether the call was successful or not (timeout) and the object GetBrokerListResponse