ialbert 2026-05-08 13:41:40 +03:00
parent 97d19af695
commit 4a87260107

View file

@ -872,7 +872,7 @@
<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"/>
<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,tradingCurrency,workflowStatus,minStep,precision" class="ru.spcex.clearing.backendapi.controller.request.cud.company.ListingNewAction">
<securityId type="1" name="Наименование инструмента" shortname="Инструмент" link="security" linkCode="shortName" required="true"/>
<market type="12" 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"/>
<workflowStatus type="12" name="Наименование статуса листинга в системе" shortname="Статус" link="workflowStatus" required="true"/>
</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,tradingCurrency,workflowStatus,minStep,precision" class="ru.spcex.clearing.backendapi.controller.request.cud.company.ListingUpdateAction">
<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"/>
<market type="12" name="Наименование режима" shortname="Код режима торгов" required="true"/>