utility-service http://jira.mfd.msk:8088/browse/CLS-839 .
This commit is contained in:
parent
6b6bbecea2
commit
99198bce9b
1 changed files with 1 additions and 0 deletions
|
|
@ -100,6 +100,7 @@ public class AmatAmafChecker extends QueueConsumer implements InitializingBean {
|
|||
} else {
|
||||
log.debug("Selecting {} AM_T and by tradingClearingRegistry and securitySymbol AM_F for his.", specialId);
|
||||
long timer = System.currentTimeMillis();
|
||||
specialId = specialId.stream().distinct().collect(Collectors.toList()); // deduplicate
|
||||
checkRegistries = new ArrayList<>(specialId.size() * 2);
|
||||
for (Long am_tId : specialId) {
|
||||
if (am_tId == null) { // never
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue