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 EtdContractSpecPositionCsvInfoResolver. 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 EtdTypeEtdContractSpec. getType()Gets the type of the contract - future or option.EtdTypeEtdFutureSecurity. getType()EtdTypeEtdOptionSecurity. getType()default EtdTypeEtdPosition. getType()Gets the type of the contract - future or option.EtdTypeEtdSecurity. getType()Gets the type of the contract - future or option.default EtdTypeEtdTrade. getType()Gets the type of the contract that was traded.EtdTypeSplitEtdId. getType()Gets the type of the contract - future or option.static EtdTypeEtdType. of(String name)Obtains an instance from the specified name.static EtdTypeEtdType. 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 thetypeproperty.Methods in com.opengamma.strata.product.etd with parameters of type EtdType Modifier and Type Method Description static EtdContractSpecIdEtdIdUtils. contractSpecId(EtdType type, ExchangeId exchangeId, EtdContractCode contractCode)Creates an identifier for a contract specification.EtdContractSpecBuilderEtdContractSpecBuilder. type(EtdType productType)Sets the type of the contract specification.SplitEtdId.BuilderSplitEtdId.Builder. type(EtdType type)Sets the type of the contract - future or option.
-