Interface AttributeModelAware

  • All Known Subinterfaces:
    IOhlcv
    All Known Implementing Classes:
    OhlcvDataSet

    public interface AttributeModelAware
    Provides access to Domain Objects Extensions Common dynamic extension of API to transmit additional (addon) data.
    • Method Detail

      • getAddon

        AttributeModel getAddon()
        Returns:
        OHLCV addon. If not available, null is return.
      • getAddonOrCreate

        AttributeModel getAddonOrCreate()
        Returns:
        OHLCV Item addon. If not available, create it.