ExecutionDeposit STrades counter
This commit is contained in:
parent
eeb8e4dc5f
commit
8baedb31ea
1 changed files with 1 additions and 1 deletions
|
|
@ -245,7 +245,7 @@ public class ExecutionDepositComponent {
|
|||
STrades counterSTrades = sTradeImdg.getFirstObjectByPredicate(strPb.and(
|
||||
strPb.equals("tradeNum", sTrades.getTradeNum()),
|
||||
strPb.equals("section", sTrades.getSection()),
|
||||
strPb.not(strPb.equals("section", sTrades.getSection()))));
|
||||
strPb.not(strPb.equals("operation", sTrades.getOperation()))));
|
||||
if (counterSTrades != null) {
|
||||
searchTcrByStrades(counterSTrades)
|
||||
.ifPresent(tcr -> eDeposit.setCounterPartyTradingClearingRegistryId(tcr.getId()));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue