This commit is contained in:
parent
16f492f96c
commit
96885fa9d6
2 changed files with 9 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
{
|
||||
"version": "3.23.295.161",
|
||||
"version": "3.23.295.162",
|
||||
|
||||
"enums": {
|
||||
|
||||
|
|
@ -11827,7 +11827,11 @@
|
|||
}
|
||||
,
|
||||
{"code": "securityId",
|
||||
"type": 1,"name": "Наименование инструмента","shortname": "Инструмент","link": "security","linkCode": "shortName"
|
||||
"type": 1,"name": "Наименование инструмента","shortname": "Инструмент","link": "security","linkCode": "shortName","enabled": false,"required": true
|
||||
}
|
||||
,
|
||||
{"code": "market",
|
||||
"type": 12,"name": "Код режима торгов","shortname": "Режим торгов","link": "market","linkCode": "code","enabled": false,"required": true
|
||||
}
|
||||
,
|
||||
{"code": "price",
|
||||
|
|
@ -11856,6 +11860,8 @@
|
|||
|
||||
"name": "Изменение заявки",
|
||||
|
||||
"destination": "order-currency/status",
|
||||
|
||||
"class": "ru.spcex.clearing.backendapi.controller.request.cud.order.OrderCurrencyUpdateStatusAction",
|
||||
|
||||
"fields": [
|
||||
|
|
|
|||
|
|
@ -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.23.295.161">
|
||||
<meta version="3.23.295.162">
|
||||
<!-- _xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" _xsi:noNamespaceSchemaLocation="file:///E:/d/projects/meta/from/meta.xsd" -->
|
||||
<!--Здесь словари-->
|
||||
<enums>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue