Method GetBrokerList
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
stringThe 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