etreschenkov 2026-05-18 17:47:37 +03:00
parent 3bfab4ccdd
commit 7358859366

View file

@ -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())
)