GetFX base module

This module provides base functionality (implemented in GetFX class) that should be extended by specific implementation for given FX provider.

class getfx.getfx.GetFX

Bases: object

Super class for FX object.

It is expected this class to be always extended by specific implementation of a subclass to handle requests of specific FX provider/API. It does not define public methods or instance attributes, because its subclass should re-use protected methods/attributes and define public methods.