imdg http://jira.mfd.msk:8088/browse/CLS-502 DDL 3.8 bugfix MoneyMarketSecurityMapStore
This commit is contained in:
parent
b048c84bee
commit
b8df4ad882
2 changed files with 3 additions and 0 deletions
|
|
@ -46,6 +46,7 @@ public class EquitySecurityMapStore extends ASecurityMapStore<EquitySecurity> {
|
|||
object.setSecurityId(resultSet.getObject("SECURITY_ID", Long.class));
|
||||
object.setShareType(resultSet.getObject("SHARE_TYPE", String.class));
|
||||
// object.setLotSize(resultSet.getObject("LOT_SIZE", BigDecimal.class));
|
||||
|
||||
fillBySecurity(object, object.getSecurityId());
|
||||
return object;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -66,6 +66,8 @@ public class MoneyMarketSecurityMapStore extends ASecurityMapStore<MoneyMarketSe
|
|||
object.setTermType(resultSet.getObject("TERM_TYPE", String.class));
|
||||
object.setConvention(resultSet.getObject("CONVENTION", String.class));
|
||||
object.setClearingOrganization(resultSet.getObject("CLEARING_ORGANIZATION", String.class));
|
||||
|
||||
fillBySecurity(object, object.getSecurityId());
|
||||
return object;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue