Ejemplo n.º 1
0
 public Generator()
 {
     fieldGeneratorAsOfDate     = new FieldHoldingGeneratorAsOfDate("field \"AsOfDate\" of the StockFundamentalsSet class", false);
     fieldGeneratorCurrency     = new FieldHoldingGeneratorCurrency("field \"Currency\" of the StockFundamentalsSet class", false);
     fieldGeneratorFundamentals = new StockFundamentalJSON.HoldingArrayGenerator("field \"Fundamentals\" of the StockFundamentalsSet class", false);
     unknownFieldGenerator      = new UnknownFieldGenerator(false);
     set_what("the StockFundamentalsSet class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
Ejemplo n.º 2
0
 public Generator()
 {
     fieldGeneratorOutcome      = new JSONHoldingStringGenerator("field \"Outcome\" of the StockFundamentals class");
     fieldGeneratorMessage      = new FieldHoldingGeneratorMessage("field \"Message\" of the StockFundamentals class", false);
     fieldGeneratorDelay        = new FieldHoldingGeneratorDelay("field \"Delay\" of the StockFundamentals class", false);
     fieldGeneratorFundamentals = new StockFundamentalJSON.HoldingArrayGenerator("field \"Fundamentals\" of the StockFundamentals class", false);
     unknownFieldGenerator      = new UnknownFieldGenerator(false);
     set_what("the StockFundamentals class");
     allow_incomplete = false;
     allow_unpolished = false;
 }