File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1289,7 +1289,7 @@ private IEnumerable<SubscriptionDataConfig> GetMatchingSubscriptions(Symbol symb
12891289 // Inherit values from existing subscriptions or use defaults
12901290 var extendedMarketHours = userConfigIfAny ? . ExtendedMarketHours ?? UniverseSettings . ExtendedMarketHours ;
12911291 var dataNormalizationMode = userConfigIfAny ? . DataNormalizationMode ?? UniverseSettings . GetUniverseNormalizationModeOrDefault ( symbol . SecurityType ) ;
1292- var dataMappingMode = UniverseSettings . GetUniverseMappingModeOrDefault ( symbol . SecurityType , symbol . ID . Market ) ;
1292+ var dataMappingMode = userConfigIfAny ? . DataMappingMode ?? UniverseSettings . GetUniverseMappingModeOrDefault ( symbol . SecurityType , symbol . ID . Market ) ;
12931293 var contractDepthOffset = userConfigIfAny ? . ContractDepthOffset ?? ( uint ) Math . Abs ( UniverseSettings . ContractDepthOffset ) ;
12941294
12951295 // If type was specified and not a lean data type and also not abstract, we create a new subscription
You can’t perform that action at this time.
0 commit comments