@@ -316,20 +316,20 @@ func NewConfigV1(externalConfig ExternalConfigV1, dirPath string) (*Config, erro
316316 }
317317 }
318318 return & Config {
319- DirPath : dirPath ,
320- IBKRFlexQueryID : externalConfig .FlexQueryID ,
321- AccountAliases : accountAliases ,
322- AccountIDToAlias : accountIDToAlias ,
323- SymbolConfigs : symbolConfigs ,
324- CashAdjustments : cashAdjustments ,
325- TaxRateSTCG : taxRateSTCG ,
326- TaxRateLTCG : taxRateLTCG ,
327- TaxRateDividend : taxRateDividend ,
328- TaxRateInterest : taxRateInterest ,
329- Additions : additions ,
330- AdditionLastPrices : additionLastPrices ,
331- RealtimeSymbols : realtimeSymbols ,
332- CashInterestRates : cashInterestRates ,
319+ DirPath : dirPath ,
320+ IBKRFlexQueryID : externalConfig .FlexQueryID ,
321+ AccountAliases : accountAliases ,
322+ AccountIDToAlias : accountIDToAlias ,
323+ SymbolConfigs : symbolConfigs ,
324+ CashAdjustments : cashAdjustments ,
325+ TaxRateSTCG : taxRateSTCG ,
326+ TaxRateLTCG : taxRateLTCG ,
327+ TaxRateDividend : taxRateDividend ,
328+ TaxRateInterest : taxRateInterest ,
329+ Additions : additions ,
330+ AdditionLastPrices : additionLastPrices ,
331+ RealtimeSymbols : realtimeSymbols ,
332+ CashInterestRates : cashInterestRates ,
333333 OptionsDataProviders : marketDataProviders ,
334334 }, nil
335335}
0 commit comments