Uses of Class
com.opengamma.strata.product.etd.EtdContractGroupId
-
Packages that use EtdContractGroupId Package Description com.opengamma.strata.product.etd Entity objects describing Exchange Traded Derivatives (ETDs). -
-
Uses of EtdContractGroupId in com.opengamma.strata.product.etd
Methods in com.opengamma.strata.product.etd that return EtdContractGroupId Modifier and Type Method Description static EtdContractGroupIdEtdContractGroupId. of(ExchangeId exchangeId, EtdContractGroupCode contractGroupCode)Creates an instance from the exchange identifier and group code.static EtdContractGroupIdEtdContractGroupId. of(String exchangeId, String contractGroupCode)Obtains an instance from the exchange identifier and group code.static EtdContractGroupIdEtdContractGroupId. parse(String str)Parses anStandardIdfrom a formatted scheme and value.
-