clearing-service http://jira.mfd.msk:8088/browse/CLS-513
This commit is contained in:
parent
ede6699a56
commit
b9f924aa8d
1 changed files with 1 additions and 1 deletions
|
|
@ -184,7 +184,7 @@ public class ExecutionDepositComponent {
|
|||
eDeposit.setExchangeExecutionId(sTrades.getTradeNum());
|
||||
eDeposit.setExchangeExecutionTime(sTrades.getTradeDateTime());
|
||||
eDeposit.setTradingClearingRegistryId(rgstr.getId());
|
||||
eDeposit.setMarket(Market.mkrs.getKey());
|
||||
eDeposit.setMarket(sTrades.getClassCode());
|
||||
eDeposit.setPrice(sTrades.getPrice());
|
||||
eDeposit.setLots(sTrades.getQty());
|
||||
if (listing != null && listing.getLotSize() != null && eDeposit.getLots() != null) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue