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 EtdContractGroupId
EtdContractGroupId. of(ExchangeId exchangeId, EtdContractGroupCode contractGroupCode)
Creates an instance from the exchange identifier and group code.static EtdContractGroupId
EtdContractGroupId. of(String exchangeId, String contractGroupCode)
Obtains an instance from the exchange identifier and group code.static EtdContractGroupId
EtdContractGroupId. parse(String str)
Parses anStandardId
from a formatted scheme and value.
-