Esempio n. 1
0
 public NotaDividendPrintCommand()
     : base()
 {
     NotaType = NotaReturnClass.NotaDividend;
     ReportGrouping = new NotaGroupingAllInOneReport();
     NotasPerPage = 4;
 }
 public NotaCorporateActionPrintCommand()
     : base()
 {
     NotaType = NotaReturnClass.NotaInstrumentConversion;
     ReportGrouping = new NotaGroupingAllInOneReport();
     NotasPerPage = 5;
 }
Esempio n. 3
0
 public NotaTransferPrintCommand()
     : base()
 {
     NotaType = NotaReturnClass.NotaTransfer;
     ReportGrouping = new NotaGroupingAllInOneReport();
     NotasPerPage = 7;
 }