первичная B0 сессия условие на выбор сделок

This commit is contained in:
ialbert 2023-08-24 17:12:28 +03:00
parent d7f0860726
commit 9a84b80c83

View file

@ -92,7 +92,7 @@ public class PrimaryAuctionB0Session extends AbstractSession implements Initiali
public void afterPropertiesSet() throws Exception {
dealsPrepare.searchForExecutions(ExecutionType.ExecutionFond);
ImdgPredicateBuilder execFondPb = executionFondImdg.predicateBuilder();
dealsPrepare.addExecutionFondCondition(execFondPb.regex("settlementCode", "^B0.*$"));
dealsPrepare.addExecutionFondCondition(execFondPb.equals("settlementCode", "B0"));
dealsPrepare.addExecutionFondCondition(execFondPb.in("market", marketCodes.get().toArray(new String[0])));
inclusionObligations.setSessionType(sessionType());
inspectionObligations.setSection(section());