Method RequestAuctionUpdatesSubscription
RequestAuctionUpdatesSubscription(string, TimeSpan?)
Subscribe to auction updates from the feed handler instance. This subscription will raise events with AuctionEventData objects whenever any security from the feed handler enters/leaves auction state. Expect a large number of events during market open or market close.
public (bool, RequestAuctionUpdatesSubscriptionResponse) RequestAuctionUpdatesSubscription(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, RequestAuctionUpdatesSubscriptionResponse)
A tuple where the first element is a boolean indicating whether the call was successful or not (timeout) and the object RequestAuctionUpdatesSubscriptionResponse