This commit is contained in:
parent
3bfab4ccdd
commit
7358859366
1 changed files with 1 additions and 0 deletions
|
|
@ -32,6 +32,7 @@ public class SpotPairPresent implements IValidationRule<ImdgValidationContext<Or
|
|||
pb.equals("tradingClearingRegistryId", oc.getTradingClearingRegistryId()),
|
||||
pb.equals("counterPartyId", oc.getCounterPartyId()),
|
||||
pb.equals("status", OrderStatus.CREATED.getKey()),
|
||||
pb.equals("type", oc.getType()),
|
||||
pb.not(
|
||||
pb.equals("id", oc.getId())
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue