Uses of Class
com.opengamma.strata.product.etd.EtdContractGroupCode
-
Packages that use EtdContractGroupCode Package Description com.opengamma.strata.product.etd Entity objects describing Exchange Traded Derivatives (ETDs). -
-
Uses of EtdContractGroupCode in com.opengamma.strata.product.etd
Methods in com.opengamma.strata.product.etd that return EtdContractGroupCode Modifier and Type Method Description EtdContractGroupCode
EtdContractGroupId. getCode()
Gets the contract group code, as defined by the exchange.static EtdContractGroupCode
EtdContractGroupCode. of(String name)
Obtains an instance from the specified name.Methods in com.opengamma.strata.product.etd with parameters of type EtdContractGroupCode Modifier and Type Method Description static EtdContractGroupId
EtdContractGroupId. of(ExchangeId exchangeId, EtdContractGroupCode contractGroupCode)
Creates an instance from the exchange identifier and group code.
-