ExecutionDeposit STrades counter
This commit is contained in:
parent
8baedb31ea
commit
bd253e7f4a
1 changed files with 1 additions and 1 deletions
|
|
@ -285,6 +285,6 @@ public class ExecutionDepositComponent {
|
||||||
log.error("couldn't extract setCounterPartyTradingClearingRegistryId from strades.id={}", sTrades.getId());
|
log.error("couldn't extract setCounterPartyTradingClearingRegistryId from strades.id={}", sTrades.getId());
|
||||||
return Optional.empty();
|
return Optional.empty();
|
||||||
}
|
}
|
||||||
return counterValidator.getStored(ValidationStored.STradesTradingClearingRegistry);
|
return Optional.ofNullable(counterValidator.getStored(ValidationStored.STradesTradingClearingRegistry));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue