Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
e809cbc3c0
4 changed files with 8 additions and 8 deletions
|
|
@ -113,7 +113,7 @@ public class ClearingAccountService extends QueueConsumer implements Initializin
|
||||||
@Qualifier("clearingAccountNewRequestValidator")
|
@Qualifier("clearingAccountNewRequestValidator")
|
||||||
Function<ClearingAccountNewRequest, IValidator> clearingAccountNewRequestValidator,
|
Function<ClearingAccountNewRequest, IValidator> clearingAccountNewRequestValidator,
|
||||||
@Qualifier("clearingAccountUpdateRequestValidator")
|
@Qualifier("clearingAccountUpdateRequestValidator")
|
||||||
Function<ClearingAccountUpdateRequest, IValidator> clearingAccountUpdateRequestValidator, Imdg<Registry> rgsImdg) {
|
Function<ClearingAccountUpdateRequest, IValidator> clearingAccountUpdateRequestValidator) {
|
||||||
super(kafkaQueue, kafkaResponseQueue);
|
super(kafkaQueue, kafkaResponseQueue);
|
||||||
this.kafkaSender = kafkaSender;
|
this.kafkaSender = kafkaSender;
|
||||||
this.accountService = accountService;
|
this.accountService = accountService;
|
||||||
|
|
@ -135,7 +135,7 @@ public class ClearingAccountService extends QueueConsumer implements Initializin
|
||||||
this.tradingClearingRegistryImdg = imdgProvider.getImdg(IMDGDistributedNames.Map_TradingClearingRegistry, TradingClearingRegistry.class);
|
this.tradingClearingRegistryImdg = imdgProvider.getImdg(IMDGDistributedNames.Map_TradingClearingRegistry, TradingClearingRegistry.class);
|
||||||
this.notificationImdg = imdgProvider.getImdg(IMDGDistributedNames.Map_Notification, Notification.class);
|
this.notificationImdg = imdgProvider.getImdg(IMDGDistributedNames.Map_Notification, Notification.class);
|
||||||
this.clearingAccountTypeDictionaryImdg = imdgProvider.getImdg(IMDGDistributedNames.Map_ClearingAccountTypeDictionary, ClearingAccountTypeDictionary.class);
|
this.clearingAccountTypeDictionaryImdg = imdgProvider.getImdg(IMDGDistributedNames.Map_ClearingAccountTypeDictionary, ClearingAccountTypeDictionary.class);
|
||||||
this.rgsImdg = rgsImdg;
|
this.rgsImdg = imdgProvider.getImdg(IMDGDistributedNames.Map_Registry, Registry.class);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
"version": "3.23.295.155",
|
"version": "3.23.295.156",
|
||||||
|
|
||||||
"enums": {
|
"enums": {
|
||||||
|
|
||||||
|
|
@ -10862,7 +10862,7 @@
|
||||||
}
|
}
|
||||||
,
|
,
|
||||||
{"code": "date",
|
{"code": "date",
|
||||||
"type": 6,"name": "Дата торгов","shortname": "Дата торгов","searchable": true,"sortable": true,"visible": false
|
"type": 6,"name": "Дата торгов","shortname": "Дата торгов","searchable": true,"sortable": true,"visible": true
|
||||||
}
|
}
|
||||||
,
|
,
|
||||||
{"code": "currency",
|
{"code": "currency",
|
||||||
|
|
|
||||||
|
|
@ -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.155">
|
<meta version="3.23.295.156">
|
||||||
<!-- _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>
|
||||||
|
|
@ -2515,7 +2515,7 @@
|
||||||
</marketDataLiquidation>
|
</marketDataLiquidation>
|
||||||
<sCrossRate name="Кросс курсы валют от ЦБ" destination="cross-rate" class="ru.clearing.classes.statics.data.misc.SCrossRate" table="s_cross_rate">
|
<sCrossRate name="Кросс курсы валют от ЦБ" destination="cross-rate" class="ru.clearing.classes.statics.data.misc.SCrossRate" table="s_cross_rate">
|
||||||
<id type="1" name="Идентификатор записи" shortname="ID" searchable="true" sortable="true" visible="false"/>
|
<id type="1" name="Идентификатор записи" shortname="ID" searchable="true" sortable="true" visible="false"/>
|
||||||
<date type="6" name="Дата торгов" shortname="Дата торгов" searchable="true" sortable="true" visible="false"/>
|
<date type="6" name="Дата торгов" shortname="Дата торгов" searchable="true" sortable="true" visible="true"/>
|
||||||
<currency type="2" length="50" name="Наименование валюты" shortname="Наименование валюты" searchable="true" sortable="true" visible = "true"/>
|
<currency type="2" length="50" name="Наименование валюты" shortname="Наименование валюты" searchable="true" sortable="true" visible = "true"/>
|
||||||
<currCode type="2" length="50" name="Код валюты" shortname="Код валюты" searchable="true" sortable="true" visible = "true"/>
|
<currCode type="2" length="50" name="Код валюты" shortname="Код валюты" searchable="true" sortable="true" visible = "true"/>
|
||||||
<faceValue type="10" name="Номинал" shortname="Номинал" searchable="true" sortable="true" visible = "true"/>
|
<faceValue type="10" name="Номинал" shortname="Номинал" searchable="true" sortable="true" visible = "true"/>
|
||||||
|
|
|
||||||
|
|
@ -216,10 +216,10 @@ public class GatewayService extends QueueConsumer implements InitializingBean {
|
||||||
|
|
||||||
outboundRequestByUuid.put(settleRateReq.getId(), settleRateReq);
|
outboundRequestByUuid.put(settleRateReq.getId(), settleRateReq);
|
||||||
outboundRequestByUuid.put(cbRateReq.getId(), cbRateReq);
|
outboundRequestByUuid.put(cbRateReq.getId(), cbRateReq);
|
||||||
log.debug("LORT task 1/2 complete (SETTLE_RATE)");
|
|
||||||
sendRequest(settleRateReq);
|
sendRequest(settleRateReq);
|
||||||
log.debug("LORT task 2/2 complete (CB_RATE)");
|
log.debug("LORT task 1/2 complete (SETTLE_RATE)");
|
||||||
sendRequest(cbRateReq);
|
sendRequest(cbRateReq);
|
||||||
|
log.debug("LORT task 2/2 complete (CB_RATE)");
|
||||||
}
|
}
|
||||||
|
|
||||||
public void requestOnAsset(BaseRequest<AssetOperationListRequest> request) {
|
public void requestOnAsset(BaseRequest<AssetOperationListRequest> request) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue