public interface SecurityFamilyI extends PropertyHolderI
Securities
(e.g. All Options of the SP500)Modifier and Type | Method and Description |
---|---|
double |
getContractSize()
The contractSize of the Securities of this SecurityFamily (e.g.
|
java.lang.String |
getCurrency()
The currency of the Securities of this SecurityFamily
|
SecurityFamilyType |
getFamilyType()
Type of SecurityFamily
|
long |
getId() |
java.lang.String |
getIsinRoot()
The common part of the ISIN (e.g.
|
java.lang.String |
getName()
The name of this SecurityFamily
|
java.math.BigDecimal |
getPriceIncr()
Step size for price.
|
java.lang.String |
getRicRoot()
The common part of RIC (e.g.
|
java.lang.String |
getSymbolRoot()
The common part of Symbol (e.g.
|
long getId()
getId
in interface PropertyHolderI
java.lang.String getName()
java.lang.String getSymbolRoot()
java.lang.String getIsinRoot()
baseSymbol
is taken.java.lang.String getRicRoot()
baseSymbol
is taken.java.lang.String getCurrency()
double getContractSize()
java.math.BigDecimal getPriceIncr()
SecurityFamilyType getFamilyType()