21 using System.Collections.Generic;
33 private readonly
Symbol[] _underlyingSymbol;
100 return _underlyingSymbol.Concat(results.Select(x => x.Symbol));
111 internal override bool AddMember(DateTime utcTime,
Security security,
bool isInternal)
126 if (
Securities.Any(x => x.Value.Security == security))
132 return Securities.TryAdd(security.
Symbol,
new Member(utcTime, security, isInternal));
154 var option = (
Option)security;
158 return base.GetSubscriptionRequests(security, currentTimeUtc, maximumEndTimeUtc, subscriptionService);