Uses of Class
com.opengamma.strata.product.etd.EtdType
-
Packages that use EtdType Package Description com.opengamma.strata.loader.csv Loader that reads market data from CSV files.com.opengamma.strata.product.etd Entity objects describing Exchange Traded Derivatives (ETDs). -
-
Uses of EtdType in com.opengamma.strata.loader.csv
Methods in com.opengamma.strata.loader.csv with parameters of type EtdType Modifier and Type Method Description default EtdContractSpec
PositionCsvInfoResolver. parseEtdContractSpec(CsvRow row, EtdType type)
Parses the contract specification from the row.static Pair<YearMonth,EtdVariant>
CsvLoaderUtils. parseEtdVariant(CsvRow row, EtdType type)
Parses the year-month and variant. -
Uses of EtdType in com.opengamma.strata.product.etd
Methods in com.opengamma.strata.product.etd that return EtdType Modifier and Type Method Description EtdType
EtdContractSpec. getType()
Gets the type of the contract - future or option.EtdType
EtdFutureSecurity. getType()
EtdType
EtdOptionSecurity. getType()
default EtdType
EtdPosition. getType()
Gets the type of the contract - future or option.EtdType
EtdSecurity. getType()
Gets the type of the contract - future or option.default EtdType
EtdTrade. getType()
Gets the type of the contract that was traded.EtdType
SplitEtdId. getType()
Gets the type of the contract - future or option.static EtdType
EtdType. of(String name)
Obtains an instance from the specified name.static EtdType
EtdType. valueOf(String name)
Returns the enum constant of this type with the specified name.static EtdType[]
EtdType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.opengamma.strata.product.etd that return types with arguments of type EtdType Modifier and Type Method Description org.joda.beans.MetaProperty<EtdType>
EtdContractSpec.Meta. type()
The meta-property for thetype
property.Methods in com.opengamma.strata.product.etd with parameters of type EtdType Modifier and Type Method Description static EtdContractSpecId
EtdIdUtils. contractSpecId(EtdType type, ExchangeId exchangeId, EtdContractCode contractCode)
Creates an identifier for a contract specification.EtdContractSpecBuilder
EtdContractSpecBuilder. type(EtdType productType)
Sets the type of the contract specification.SplitEtdId.Builder
SplitEtdId.Builder. type(EtdType type)
Sets the type of the contract - future or option.
-