Interface RTIndicatorSource<T>

All Known Subinterfaces:
FundingRateRTIndicatorSource
All Known Implementing Classes:
FundingRateRTIndicator, InstrumentMapFundingRateSourceRTIndicator, InstrumentMapKlineSourceRTIndicator, InstrumentMapTickerSourceRTIndicator

public interface RTIndicatorSource<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    updateFrom(T source)
     
  • Method Details

    • updateFrom

      void updateFrom(T source)