PAYM session requirement and obligations execution matching bugfix
This commit is contained in:
parent
38ff413e84
commit
8a82bb5f63
1 changed files with 1 additions and 0 deletions
|
|
@ -93,6 +93,7 @@ public class PaymSession extends AbstractSession implements InitializingBean {
|
|||
dealsPrepare.searchForExecutions(ExecutionType.ExecutionCurrency);
|
||||
ImdgPredicateBuilder execFondPb = executionCurrencyImdg.predicateBuilder();
|
||||
dealsPrepare.addExecutionCurrencyCondition(execFondPb.in("market", marketCodes.get().toArray(new String[0])));
|
||||
requirementsAndObligationCreation.setSessionType(sessionType());
|
||||
formingPaymentInstructionAssets.setSessionType(sessionType());
|
||||
inclusionObligations.setSessionType(sessionType());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue