первичная B0 сессия условие на выбор сделок
This commit is contained in:
parent
d7f0860726
commit
9a84b80c83
1 changed files with 1 additions and 1 deletions
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue