Uses of Class
com.opengamma.strata.product.common.ExchangeId
-
Packages that use ExchangeId Package Description com.opengamma.strata.product.common Entity objects shared between other packages.com.opengamma.strata.product.etd Entity objects describing Exchange Traded Derivatives (ETDs). -
-
Uses of ExchangeId in com.opengamma.strata.product.common
Fields in com.opengamma.strata.product.common declared as ExchangeId Modifier and Type Field Description static ExchangeId
ExchangeIds. ECAG
Eurex Clearing AG.static ExchangeId
ExchangeIds. HUDX
Hungarian Derivative Energy Exchange.static ExchangeId
ExchangeIds. HUPX
Hungarian Power Exchange.static ExchangeId
ExchangeIds. IFEN
ICE Futures Europe - Oil and Refined Products Division.static ExchangeId
ExchangeIds. IFLL
ICE Futures Europe - Financial Products Division.static ExchangeId
ExchangeIds. IFLO
ICE Futures Europe - Equity Products Division.static ExchangeId
ExchangeIds. IFLX
ICE Futures Europe - Agricultural Products Division.static ExchangeId
ExchangeIds. IFUS
ICE Futures U.S.static ExchangeId
ExchangeIds. IFUT
ICE Futures Europe - European Utilities Division.static ExchangeId
ExchangeIds. NEXO
Norexeco.static ExchangeId
ExchangeIds. NLPX
APX Power Nl.static ExchangeId
ExchangeIds. NODX
Nodal Exchange.static ExchangeId
ExchangeIds. NPGA
Gaspoint Nordic.static ExchangeId
ExchangeIds. NZFX
New Zealand Futures & Options.static ExchangeId
ExchangeIds. XASX
Australian Securities Exchange.static ExchangeId
ExchangeIds. XCBO
Chicago Board Options Exchange.static ExchangeId
ExchangeIds. XCBT
Chicago Board of Trade (CBOT).static ExchangeId
ExchangeIds. XCEC
Commodities Exchange Center (COMEX).static ExchangeId
ExchangeIds. XCME
Chicago Mercantile Exchange (CME).static ExchangeId
ExchangeIds. XEEE
European Energy Exchange.static ExchangeId
ExchangeIds. XFNO
Borsa Istanbul Exchangestatic ExchangeId
ExchangeIds. XGAS
Central Eastern European Gas Exchange.static ExchangeId
ExchangeIds. XHKF
Hong Kong Futures Exchange Ltd.static ExchangeId
ExchangeIds. XHKG
Hong Kong Exchanges And Clearing Ltd.static ExchangeId
ExchangeIds. XJSE
Johannesburg Stock Exchange.static ExchangeId
ExchangeIds. XKFE
Korea Exchange (Futures Market)static ExchangeId
ExchangeIds. XKLS
Bursa Malaysia.static ExchangeId
ExchangeIds. XLME
London Metal Exchange.static ExchangeId
ExchangeIds. XMAT
Euronext Exchange - Paris MATIFstatic ExchangeId
ExchangeIds. XMGE
Minneapolis Grain Exchange.static ExchangeId
ExchangeIds. XMOD
The Montreal Exchange.static ExchangeId
ExchangeIds. XMON
Euronext Exchange - Paris MONEPstatic ExchangeId
ExchangeIds. XMRV
Mercado EspaƱol de Futuros Financiero (MEFF).static ExchangeId
ExchangeIds. XNYM
New York Mercantile Exchange (NYMEX).static ExchangeId
ExchangeIds. XOSE
Osaka Exchange.static ExchangeId
ExchangeIds. XPAR
Euronext Exchange - Parisstatic ExchangeId
ExchangeIds. XPOW
Powernext.static ExchangeId
ExchangeIds. XSAF
JSE - Equity Derivatives Market.static ExchangeId
ExchangeIds. XSES
Singapore Exchange Ltd.static ExchangeId
ExchangeIds. XSFE
ASX - Trade24 (formerly Sydney Futures Exchange).static ExchangeId
ExchangeIds. XTFF
Tokyo Financial Exchange.static ExchangeId
ExchangeIds. XTKS
Tokyo Stock Exchange.static ExchangeId
ExchangeIds. XTKT
Tokyo Commodity Exchange.static ExchangeId
ExchangeIds. XWAR
Warsaw Stock Exchange.Methods in com.opengamma.strata.product.common that return ExchangeId Modifier and Type Method Description static ExchangeId
ExchangeId. of(String name)
Returns an identifier for the exchange. -
Uses of ExchangeId in com.opengamma.strata.product.etd
Methods in com.opengamma.strata.product.etd that return ExchangeId Modifier and Type Method Description ExchangeId
EtdContractGroupId. getExchangeId()
Gets the exchange identifier.ExchangeId
EtdContractSpec. getExchangeId()
Gets the ID of the exchange where the instruments derived from the product are traded.ExchangeId
SplitEtdId. getExchangeId()
Gets the ID of the exchange where the instruments derived from the product are traded.Methods in com.opengamma.strata.product.etd that return types with arguments of type ExchangeId Modifier and Type Method Description org.joda.beans.MetaProperty<ExchangeId>
EtdContractSpec.Meta. exchangeId()
The meta-property for theexchangeId
property.Methods in com.opengamma.strata.product.etd with parameters of type ExchangeId Modifier and Type Method Description static EtdContractSpecId
EtdIdUtils. contractSpecId(EtdType type, ExchangeId exchangeId, EtdContractCode contractCode)
Creates an identifier for a contract specification.EtdContractSpecBuilder
EtdContractSpecBuilder. exchangeId(ExchangeId exchangeId)
Sets the ID of the exchange where the instruments derived from the contract specification are traded.SplitEtdId.Builder
SplitEtdId.Builder. exchangeId(ExchangeId exchangeId)
Sets the ID of the exchange where the instruments derived from the product are traded.static SecurityId
EtdIdUtils. futureId(ExchangeId exchangeId, EtdContractCode contractCode, YearMonth expiryMonth, EtdVariant variant)
Creates an identifier for an ETD future instrument.static EtdContractGroupId
EtdContractGroupId. of(ExchangeId exchangeId, EtdContractGroupCode contractGroupCode)
Creates an instance from the exchange identifier and group code.static SecurityId
EtdIdUtils. optionId(ExchangeId exchangeId, EtdContractCode contractCode, YearMonth expiryMonth, EtdVariant variant, int version, PutCall putCall, double strikePrice)
Creates an identifier for an ETD option instrument.static SecurityId
EtdIdUtils. optionId(ExchangeId exchangeId, EtdContractCode contractCode, YearMonth expiryMonth, EtdVariant variant, int version, PutCall putCall, double strikePrice, YearMonth underlyingExpiryMonth)
Creates an identifier for an ETD option instrument.
-