убрал проверку на маркет U для SDF06
This commit is contained in:
parent
a13b874b3e
commit
2e7011921d
1 changed files with 2 additions and 2 deletions
|
|
@ -211,8 +211,8 @@ public class ValidationConfig {
|
|||
context.addImdg(IMDGDistributedNames.Map_Registry, imdgCompany);
|
||||
return new ValidatorImpl<>(context,
|
||||
Sdf06NewValidationRule.CompanySymbolPresent,
|
||||
Sdf06NewValidationRule.AccountPresent,
|
||||
Sdf06NewValidationRule.MarketIsMkr
|
||||
Sdf06NewValidationRule.AccountPresent
|
||||
// Sdf06NewValidationRule.MarketIsMkr
|
||||
// Sdf06NewValidationRule.Balance
|
||||
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue