backend-api http://jira.mfd.msk:8088/browse/CLS-519 meta fix (поправил регистр атрибута shortname)
This commit is contained in:
parent
f0a090b00c
commit
44880a2b4b
3 changed files with 9 additions and 9 deletions
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
{
|
||||
"version": "3.8.0.48",
|
||||
"version": "3.8.0.49",
|
||||
|
||||
"enums": {
|
||||
|
||||
|
|
@ -5915,7 +5915,7 @@
|
|||
}
|
||||
,
|
||||
{"code": "interestAmount",
|
||||
"type": 11,"name": "НКД","shortName": "НКД","visible": true,"searchable": true,"sortable": true
|
||||
"type": 11,"name": "НКД","shortname": "НКД","visible": true,"searchable": true,"sortable": true
|
||||
}
|
||||
,
|
||||
{"code": "exchangeOrderId",
|
||||
|
|
@ -5923,7 +5923,7 @@
|
|||
}
|
||||
,
|
||||
{"code": "price",
|
||||
"type": 10,"name": "Цена %","shortName": "Цена %","visible": true,"searchable": true,"sortable": true
|
||||
"type": 10,"name": "Цена %","shortname": "Цена %","visible": true,"searchable": true,"sortable": true
|
||||
}
|
||||
,
|
||||
{"code": "settlementAmount",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--?xml-stylesheet type="text/xsl" href="\..\corp-reports\src\data\meta\meta.server.xslt"?-->
|
||||
<meta version="3.8.0.48">
|
||||
<meta version="3.8.0.49">
|
||||
<!-- _xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" _xsi:noNamespaceSchemaLocation="file:///E:/d/projects/meta/from/meta.xsd" -->
|
||||
<!--Здесь словари-->
|
||||
<enums>
|
||||
|
|
@ -1368,9 +1368,9 @@
|
|||
<tradingDate type="6" name="Дата заключения сделки" shortname="Дата заключения сделки" visible="true" searchable="true" sortable="true"/>
|
||||
<securitySymbol type="2" length="255" name="Код инструмента в Торговой Системе" shortname="Код инструмента" visible="true" searchable="true" sortable="true"/>
|
||||
<securityId type="1" dbname="Идентификатор финансового инструмента" name="Финансовый инструмент" shortname="Код биржевого инструмента / товара" searchable="true" sortable="true" link="security" linkCode="securitySymbol" ignore="true"/>
|
||||
<interestAmount type="11" name="НКД" shortName="НКД" visible="true" searchable="true" sortable="true"/>
|
||||
<interestAmount type="11" name="НКД" shortname="НКД" visible="true" searchable="true" sortable="true"/>
|
||||
<exchangeOrderId type="1" name="Идентификационный номер заявки в Торговой системе" shortname="Номер заявки" visible="true" searchable="true" sortable="true"/>
|
||||
<price type="10" name="Цена %" shortName ="Цена %" visible="true" searchable="true" sortable="true"/>
|
||||
<price type="10" name="Цена %" shortname ="Цена %" visible="true" searchable="true" sortable="true"/>
|
||||
<settlementAmount type="11" name="Объем сделки" shortname="Объем" visible="true" searchable="true" sortable="true"/>
|
||||
<lots type="11" name="Количество лотов" shortname="Лоты" visible="true" searchable="true" sortable="true"/>
|
||||
<quantity type="11" name="Количество штук" shortname="Штуки" visible="false" searchable="true" sortable="true"/>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
{
|
||||
"version": "3.8.0.48",
|
||||
"version": "3.8.0.49",
|
||||
|
||||
"enums": {
|
||||
|
||||
|
|
@ -5915,7 +5915,7 @@
|
|||
}
|
||||
,
|
||||
{"code": "interestAmount",
|
||||
"type": 11,"name": "НКД","shortName": "НКД","visible": true,"searchable": true,"sortable": true
|
||||
"type": 11,"name": "НКД","shortname": "НКД","visible": true,"searchable": true,"sortable": true
|
||||
}
|
||||
,
|
||||
{"code": "exchangeOrderId",
|
||||
|
|
@ -5923,7 +5923,7 @@
|
|||
}
|
||||
,
|
||||
{"code": "price",
|
||||
"type": 10,"name": "Цена %","shortName": "Цена %","visible": true,"searchable": true,"sortable": true
|
||||
"type": 10,"name": "Цена %","shortname": "Цена %","visible": true,"searchable": true,"sortable": true
|
||||
}
|
||||
,
|
||||
{"code": "settlementAmount",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue