public final class EtdContractGroupCode extends TypedString<EtdContractGroupCode>
This is used to group similar ETD contracts together for the purpose of allocating risk.
This code is unique within, and defined by, an exchange.
A unique identifier is formed when this code is combined with an ExchangeId,
see EtdContractGroupId.
| Modifier and Type | Method and Description |
|---|---|
static EtdContractGroupCode |
of(String name)
Obtains an instance from the specified name.
|
compareTo, equals, getName, hashCode, toStringpublic static EtdContractGroupCode of(String name)
The name may contain any character, but must not be empty.
name - the nameCopyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.