This commit is contained in:
parent
4a79ea767e
commit
9ea5b9ada7
2 changed files with 6 additions and 6 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
"version": "3.23.295.171",
|
"version": "3.23.297.172",
|
||||||
|
|
||||||
"enums": {
|
"enums": {
|
||||||
|
|
||||||
|
|
@ -3775,7 +3775,7 @@
|
||||||
|
|
||||||
"name": "Добавление инструмента на режимах",
|
"name": "Добавление инструмента на режимах",
|
||||||
|
|
||||||
"confirmation": "securityId,market,lotSize,tradingCurrency,workflowStatus",
|
"confirmation": "securityId,market,lotSize,minStep,precision,tradingCurrency,workflowStatus",
|
||||||
|
|
||||||
"class": "ru.spcex.clearing.backendapi.controller.request.cud.company.ListingNewAction",
|
"class": "ru.spcex.clearing.backendapi.controller.request.cud.company.ListingNewAction",
|
||||||
|
|
||||||
|
|
@ -3814,7 +3814,7 @@
|
||||||
|
|
||||||
"name": "Изменение инструмента на режимах",
|
"name": "Изменение инструмента на режимах",
|
||||||
|
|
||||||
"confirmation": "securityId,market,lotSize,tradingCurrency,workflowStatus",
|
"confirmation": "securityId,market,lotSize,minStep,precision,tradingCurrency,workflowStatus",
|
||||||
|
|
||||||
"class": "ru.spcex.clearing.backendapi.controller.request.cud.company.ListingUpdateAction",
|
"class": "ru.spcex.clearing.backendapi.controller.request.cud.company.ListingUpdateAction",
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!--?xml-stylesheet type="text/xsl" href="\..\corp-reports\src\data\meta\meta.server.xslt"?-->
|
<!--?xml-stylesheet type="text/xsl" href="\..\corp-reports\src\data\meta\meta.server.xslt"?-->
|
||||||
<meta version="3.23.295.171">
|
<meta version="3.23.297.172">
|
||||||
<!-- _xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" _xsi:noNamespaceSchemaLocation="file:///E:/d/projects/meta/from/meta.xsd" -->
|
<!-- _xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" _xsi:noNamespaceSchemaLocation="file:///E:/d/projects/meta/from/meta.xsd" -->
|
||||||
<!--Здесь словари-->
|
<!--Здесь словари-->
|
||||||
<enums>
|
<enums>
|
||||||
|
|
@ -872,7 +872,7 @@
|
||||||
<createdAt field="created" type="4" webtype="5" dbname="Дата-время создания записи" name="Время создания записи" shortname="Создано" searchable="true" sortable="true" ignore="true"/>
|
<createdAt field="created" type="4" webtype="5" dbname="Дата-время создания записи" name="Время создания записи" shortname="Создано" searchable="true" sortable="true" ignore="true"/>
|
||||||
<updatedAt field="updated" type="4" webtype="5" dbname="Дата-время изменения записи" name="Время изменения записи" shortname="Изменено" searchable="true" sortable="true" ignore="true"/>
|
<updatedAt field="updated" type="4" webtype="5" dbname="Дата-время изменения записи" name="Время изменения записи" shortname="Изменено" searchable="true" sortable="true" ignore="true"/>
|
||||||
<actions>
|
<actions>
|
||||||
<post name="Добавление инструмента на режимах" confirmation="securityId,market,lotSize,tradingCurrency,workflowStatus" class="ru.spcex.clearing.backendapi.controller.request.cud.company.ListingNewAction">
|
<post name="Добавление инструмента на режимах" confirmation="securityId,market,lotSize,minStep,precision,tradingCurrency,workflowStatus" class="ru.spcex.clearing.backendapi.controller.request.cud.company.ListingNewAction">
|
||||||
<securityId type="1" name="Наименование инструмента" shortname="Инструмент" link="security" linkCode="shortName" required="true"/>
|
<securityId type="1" name="Наименование инструмента" shortname="Инструмент" link="security" linkCode="shortName" required="true"/>
|
||||||
<market type="12" name="Наименование режима" shortname="Код режима торгов" required="true"/>
|
<market type="12" name="Наименование режима" shortname="Код режима торгов" required="true"/>
|
||||||
<lotSize type="11" name="Размер лота" shortname="Лот" required="true"/>
|
<lotSize type="11" name="Размер лота" shortname="Лот" required="true"/>
|
||||||
|
|
@ -881,7 +881,7 @@
|
||||||
<tradingCurrency type="12" name="Наименование валюты расчета" shortname="Валюта" link="currencyCode" linkCode="code" required="true"/>
|
<tradingCurrency type="12" name="Наименование валюты расчета" shortname="Валюта" link="currencyCode" linkCode="code" required="true"/>
|
||||||
<workflowStatus type="12" name="Наименование статуса листинга в системе" shortname="Статус" link="workflowStatus" required="true"/>
|
<workflowStatus type="12" name="Наименование статуса листинга в системе" shortname="Статус" link="workflowStatus" required="true"/>
|
||||||
</post>
|
</post>
|
||||||
<put name="Изменение инструмента на режимах" confirmation="securityId,market,lotSize,tradingCurrency,workflowStatus" class="ru.spcex.clearing.backendapi.controller.request.cud.company.ListingUpdateAction">
|
<put name="Изменение инструмента на режимах" confirmation="securityId,market,lotSize,minStep,precision,tradingCurrency,workflowStatus" class="ru.spcex.clearing.backendapi.controller.request.cud.company.ListingUpdateAction">
|
||||||
<id type="1" name="Идентификатор записи" shortname="ID" link="listing" linkCode="id" required="true"/>
|
<id type="1" name="Идентификатор записи" shortname="ID" link="listing" linkCode="id" required="true"/>
|
||||||
<securityId type="1" name="Наименование инструмента" shortname="Инструмент" link="security" linkCode="shortName" required="true" enabled="false"/>
|
<securityId type="1" name="Наименование инструмента" shortname="Инструмент" link="security" linkCode="shortName" required="true" enabled="false"/>
|
||||||
<market type="12" name="Наименование режима" shortname="Код режима торгов" required="true"/>
|
<market type="12" name="Наименование режима" shortname="Код режима торгов" required="true"/>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue