This commit is contained in:
parent
60b6004949
commit
abefe20617
1 changed files with 0 additions and 4 deletions
|
|
@ -209,10 +209,6 @@ public class RegistryService {
|
|||
rgs.setTradingClearingRegistryId(tcr.getId());
|
||||
rgs.setTradingClearingRegistry(tcr.getCode());
|
||||
rgs.setRegistryCapacity(tcr.getTradingClearingRegistryType());
|
||||
if (ref.tcrList != null) {
|
||||
rgs.setSecurityId(ref.currency.getId());
|
||||
rgs.setSecuritySymbol(ref.currency.getCurrencyCode());
|
||||
}
|
||||
rgs.setUpdated(Instant.now());
|
||||
registryImdg.update(rgs);
|
||||
log.trace("TCR#id={} registry#id={} updated", tcr.getId(), rgs.getId());
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue