Skip to content

Commit b90af4b

Browse files
committed
commit
1 parent 66378cc commit b90af4b

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

internal/ibctl/ibctlconfig/ibctlconfig.go

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)