Исправил TransactionNumber в ДФ-20.
This commit is contained in:
parent
316a5bb6aa
commit
adc20ee46b
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue