Example #1
0
 // restricted constructor
 private TradeReportFormatter() : base(FormatSettings.of(FormatCategory.TEXT, ValueFormatters.UNSUPPORTED))
 {
 }
Example #2
0
 // restricted constructor
 private CashFlowReportFormatter() : base(FormatSettings.of(FormatCategory.TEXT, ValueFormatters.TO_STRING))
 {
 }