This commit is contained in:
parent
eeb742153f
commit
4ffe81461b
1 changed files with 3 additions and 0 deletions
|
|
@ -141,6 +141,9 @@ public class PrimaryAuctionBnIntermediateSessionStateMachineConfig
|
|||
this.inclusionToPoolAction.addRgsConditionStatusIn(
|
||||
RegistryStatus.PROC, RegistryStatus.MNG
|
||||
);
|
||||
this.inclusionToPoolAction.addRegistryCondition(
|
||||
pb.in("market", marketCodes.get().toArray(new String[0]))
|
||||
);
|
||||
this.inclusionToPoolAction.setExecType(ExecutionType.ExecutionFond);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue