Table of Contents

Method RequestNewsSubscription

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

RequestNewsSubscription(string, TimeSpan?)

Subscribe to market news updates from the feed handler instance.

public (bool, RequestNewsSubscriptionResponse) RequestNewsSubscription(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, RequestNewsSubscriptionResponse)

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