Interface ListingExchange

All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
ListingExchange.ListingExchangeBuilder
All Known Implementing Classes:
ListingExchange.ListingExchangeBuilderImpl, ListingExchange.ListingExchangeImpl

@RosettaDataType(value="ListingExchange", builder=ListingExchangeBuilderImpl.class, version="6.19.0") @RuneDataType(value="ListingExchange", model="cdm", builder=ListingExchangeBuilderImpl.class, version="6.19.0") public interface ListingExchange extends com.rosetta.model.lib.RosettaModelObject
Specifies a filter based on a stock exchange.
Version:
6.19.0
  • Field Details

  • Method Details

    • getExchange

      List<? extends FieldWithMetaString> getExchange()
      Represents a filter based on the Primary Stock Exchange facilitating the listing of companies, exchange of Stocks, Exchange traded Derivatives, Bonds, and other Securities expressed in ISO standard 10383.
    • build

      Build Methods
      Specified by:
      build in interface com.rosetta.model.lib.RosettaModelObject
    • toBuilder

      Specified by:
      toBuilder in interface com.rosetta.model.lib.RosettaModelObject
    • builder

    • metaData

      default com.rosetta.model.lib.meta.RosettaMetaData<? extends ListingExchange> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

      @RuneAttribute("@type") default Class<? extends ListingExchange> getType()
      Specified by:
      getType in interface com.rosetta.model.lib.RosettaModelObject
    • process

      default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
      Specified by:
      process in interface com.rosetta.model.lib.RosettaModelObject