Method RequestNewsSubscription
RequestNewsSubscription(string, TimeSpan?)
Subscribe to market news updates from the feed handler instance.
public (bool, RequestNewsSubscriptionResponse) RequestNewsSubscription(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, RequestNewsSubscriptionResponse)
A tuple where the first element is a boolean indicating whether the call was successful or not (timeout) and the object RequestNewsSubscriptionResponse