SDF57 cs_blocked to gateway DM_V
This commit is contained in:
parent
6590d63026
commit
ab80d194a5
1 changed files with 1 additions and 2 deletions
|
|
@ -366,8 +366,7 @@ public class Sdf57Executor extends AbstractExecutor<SDf57> {
|
||||||
if (TextUtil.isEmpty(asts.a__t().getTradingClearingRegistry())) {
|
if (TextUtil.isEmpty(asts.a__t().getTradingClearingRegistry())) {
|
||||||
log.trace("stmt.id={} {}.id={} TCR is empty, skipping gateway request",
|
log.trace("stmt.id={} {}.id={} TCR is empty, skipping gateway request",
|
||||||
stmt.getId(), asts.a__t().getRegistryCode(), asts.a__t().getId());
|
stmt.getId(), asts.a__t().getRegistryCode(), asts.a__t().getId());
|
||||||
} else if (TextUtil.isEmpty(sdf57.getSpecif())
|
} else {
|
||||||
|| !sdf57.getSpecif().contains(SpecifFlag.CS_BLKD.getKey())) {
|
|
||||||
log.trace("sending gateway request for stmt.id={}", stmt.getId());
|
log.trace("sending gateway request for stmt.id={}", stmt.getId());
|
||||||
Optional<AssetOperationListRequest> gtwReq = gatewayRequest(stmt,
|
Optional<AssetOperationListRequest> gtwReq = gatewayRequest(stmt,
|
||||||
company,
|
company,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue