Class CashFlowReportTemplate

  • All Implemented Interfaces:
    ReportTemplate

    public class CashFlowReportTemplate
    extends Object
    implements ReportTemplate
    Marker for a cash flow report template.

    Cash flow reports are currently parameterless so this class contains no fields.

    • Method Detail

      • load

        public static CashFlowReportTemplate load​(IniFile ini)
        Creates a trade report template by reading a template definition in an ini file.
        Parameters:
        ini - the ini file containing the definition of the template
        Returns:
        a trade report template built from the definition in the ini file