execution upload bugfix
This commit is contained in:
parent
886e9b80a1
commit
fba08b73ea
3 changed files with 3 additions and 3 deletions
|
|
@ -372,7 +372,7 @@ public class ExecutionCurrencyComponent implements IExecutionUploadComponent {
|
|||
STrades::getFirmId, valCash.cmpCash, ValidationStored.STradesCompany
|
||||
),
|
||||
new CompanyByTradingCodeCashingValidationRule<>(
|
||||
STrades::getCpFirmId, valCash.cmpCash, ValidationStored.STradesCompany
|
||||
STrades::getCpFirmId, valCash.cmpCash, ValidationStored.STradesCounterCompany
|
||||
),
|
||||
new TcrByCodeAndCmpIsActiveCashingValidationRule(valCash.tcrCash)
|
||||
);
|
||||
|
|
|
|||
|
|
@ -366,7 +366,7 @@ public class ExecutionDepositComponent implements IExecutionUploadComponent {
|
|||
STrades::getFirmId, valCash.cmpCash, ValidationStored.STradesCompany
|
||||
),
|
||||
new CompanyByTradingCodeCashingValidationRule<>(
|
||||
STrades::getCpFirmId, valCash.cmpCash, ValidationStored.STradesCompany
|
||||
STrades::getCpFirmId, valCash.cmpCash, ValidationStored.STradesCounterCompany
|
||||
),
|
||||
new TcrByCodeAndCmpIsActiveCashingValidationRule(valCash.tcrCash)
|
||||
);
|
||||
|
|
|
|||
|
|
@ -418,7 +418,7 @@ public class ExecutionFondComponent implements IExecutionUploadComponent {
|
|||
STrades::getFirmId, valCash.cmpCash, ValidationStored.STradesCompany
|
||||
),
|
||||
new CompanyByTradingCodeCashingValidationRule<>(
|
||||
STrades::getCpFirmId, valCash.cmpCash, ValidationStored.STradesCompany
|
||||
STrades::getCpFirmId, valCash.cmpCash, ValidationStored.STradesCounterCompany
|
||||
),
|
||||
new TcrByCodeAndCmpIsActiveCashingValidationRule(valCash.tcrCash)
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue