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