diff --git a/clearing-parent/imdg/src/main/java/ru/spcex/clearing/imdg/services/UpdateMapService.java b/clearing-parent/imdg/src/main/java/ru/spcex/clearing/imdg/services/UpdateMapService.java index c5222b7d5..61bf57782 100644 --- a/clearing-parent/imdg/src/main/java/ru/spcex/clearing/imdg/services/UpdateMapService.java +++ b/clearing-parent/imdg/src/main/java/ru/spcex/clearing/imdg/services/UpdateMapService.java @@ -215,7 +215,7 @@ public class UpdateMapService extends AbstractUpdateMapService { AccountSymbolsHistory accountSymbolsHistory = new AccountSymbolsHistory(); createBusinessEvent(accountSymbolsHistory, eventType); accountSymbolsHistory.setObject((AccountSymbols) value); - hazelcastServerInstance.getMap(IMDGDistributedNames.Map_TradingClearingRegistryHistory).put(accountSymbolsHistory.getId(), accountSymbolsHistory); + hazelcastServerInstance.getMap(IMDGDistributedNames.Map_AccountSymbolsHistory).put(accountSymbolsHistory.getId(), accountSymbolsHistory); } else if (value instanceof CurrencyPairSecurity) { CurrencyPairSecurityHistory currencyPairSecurityHistory = new CurrencyPairSecurityHistory(); createBusinessEvent(currencyPairSecurityHistory, eventType);