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")
|
||||
Function<ClearingAccountNewRequest, IValidator> clearingAccountNewRequestValidator,
|
||||
@Qualifier("clearingAccountUpdateRequestValidator")
|
||||
Function<ClearingAccountUpdateRequest, IValidator> clearingAccountUpdateRequestValidator, Imdg<Registry> rgsImdg) {
|
||||
Function<ClearingAccountUpdateRequest, IValidator> clearingAccountUpdateRequestValidator) {
|
||||
super(kafkaQueue, kafkaResponseQueue);
|
||||
this.kafkaSender = kafkaSender;
|
||||
this.accountService = accountService;
|
||||
|
|
@ -135,7 +135,7 @@ public class ClearingAccountService extends QueueConsumer implements Initializin
|
|||
this.tradingClearingRegistryImdg = imdgProvider.getImdg(IMDGDistributedNames.Map_TradingClearingRegistry, TradingClearingRegistry.class);
|
||||
this.notificationImdg = imdgProvider.getImdg(IMDGDistributedNames.Map_Notification, Notification.class);
|
||||
this.clearingAccountTypeDictionaryImdg = imdgProvider.getImdg(IMDGDistributedNames.Map_ClearingAccountTypeDictionary, ClearingAccountTypeDictionary.class);
|
||||
this.rgsImdg = rgsImdg;
|
||||
this.rgsImdg = imdgProvider.getImdg(IMDGDistributedNames.Map_Registry, Registry.class);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
{
|
||||
"version": "3.23.295.155",
|
||||
"version": "3.23.295.156",
|
||||
|
||||
"enums": {
|
||||
|
||||
|
|
@ -10862,7 +10862,7 @@
|
|||
}
|
||||
,
|
||||
{"code": "date",
|
||||
"type": 6,"name": "Дата торгов","shortname": "Дата торгов","searchable": true,"sortable": true,"visible": false
|
||||
"type": 6,"name": "Дата торгов","shortname": "Дата торгов","searchable": true,"sortable": true,"visible": true
|
||||
}
|
||||
,
|
||||
{"code": "currency",
|
||||
|
|
|
|||
|
|
@ -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.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" -->
|
||||
<!--Здесь словари-->
|
||||
<enums>
|
||||
|
|
@ -2515,7 +2515,7 @@
|
|||
</marketDataLiquidation>
|
||||
<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"/>
|
||||
<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"/>
|
||||
<currCode type="2" length="50" 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(cbRateReq.getId(), cbRateReq);
|
||||
log.debug("LORT task 1/2 complete (SETTLE_RATE)");
|
||||
sendRequest(settleRateReq);
|
||||
log.debug("LORT task 2/2 complete (CB_RATE)");
|
||||
log.debug("LORT task 1/2 complete (SETTLE_RATE)");
|
||||
sendRequest(cbRateReq);
|
||||
log.debug("LORT task 2/2 complete (CB_RATE)");
|
||||
}
|
||||
|
||||
public void requestOnAsset(BaseRequest<AssetOperationListRequest> request) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue