Method RequestMultipleSubscription
RequestMultipleSubscription(List<ulong>, SubscriptionType, uint?, TimeSpan?)
Request a subscription to multiple securities at the same time.
public (bool, RequestMultipleSubscriptionResponse) RequestMultipleSubscription(List<ulong> securityIds, SubscriptionType subscriptionType, uint? rateInMs = null, TimeSpan? timeout = null)
Parameters
securityIds
List<ulong>A list of security ids to subscribe
subscriptionType
SubscriptionTypeThe type of updates expected to be received
rateInMs
uint?The rate upon which data will be sent (only valid for SubscriptionType.Conflated subscriptions)
timeout
TimeSpan?Timeout of the request
Returns
- (bool, RequestMultipleSubscriptionResponse)
RequestMultipleSubscriptionResponse