Исправил TransactionNumber в ДФ-20.
This commit is contained in:
psemenkov 2023-08-25 16:12:45 +03:00
parent 316a5bb6aa
commit adc20ee46b

View file

@ -37,7 +37,7 @@ public class SDf20Table extends AbstractTable<SDf20> {
result.setSecurityName(record.getValFor35BTag()[1]);
result.setSecurityType(record.getValFor35BTag()[2]);
result.setNameCl(record.getValFor83DTag()[1]);
result.setTransactionNumber(record.getValFor20CTag());
result.setTransactionNumber(record.getValFor23Tag());
return result;
}