CFormForexChartData


Implements forex chart data management form.

You can find more information in comments below. Overrided methods can be found in corresponding base classes and interfaces.

class CFormForexChartData : public virtual IFormForexChartData, public IFormForexChartDataProto
{
public:
    static const String ClassName; // Class name 

    IForexChart::IForexChartData *getValue() override;

    bool setValue(IForexChart::IForexChartData *value) override;

    CFormForexChartData(IWindow *window, IRenderer *renderer);
    ~CFormForexChartData() override;

    static CFormForexChartData *getInstance(); // Return form instance if any was created 

    void setUpdateListener(IUpdateListener *listener) override;
};
Namespace: nitisa::charts
Include: Charts/Forms/ForexChartData/FormForexChartData.h