Example #1
0
 public Generator() : base(false)
 {
     fieldGeneratorQueryBlocks               = new StockQueryBlockJSON.HoldingArrayGenerator("field \"QueryBlocks\" of the StockMarketInformationNugget class", false);
     fieldGeneratorInvalidDateRequested      = new JSONHoldingBooleanGenerator("field \"InvalidDateRequested\" of the StockMarketInformationNugget class");
     fieldGeneratorInvalidAttributeRequested = new JSONHoldingBooleanGenerator("field \"InvalidAttributeRequested\" of the StockMarketInformationNugget class");
     fieldGeneratorClientLocalTime           = new DateAndOrTimeJSON.HoldingGenerator("field \"ClientLocalTime\" of the StockMarketInformationNugget class", false);
     unknownFieldGenerator = new UnknownFieldGenerator(false);
     set_what("the StockMarketInformationNugget class");
 }
Example #2
0
 public Generator()
 {
     fieldGeneratorQueryBlocks               = new StockQueryBlockJSON.HoldingArrayGenerator("field \"QueryBlocks\" of the StockMarketNativeData class", false);
     fieldGeneratorInvalidDateRequested      = new JSONHoldingBooleanGenerator("field \"InvalidDateRequested\" of the StockMarketNativeData class");
     fieldGeneratorInvalidAttributeRequested = new JSONHoldingBooleanGenerator("field \"InvalidAttributeRequested\" of the StockMarketNativeData class");
     fieldGeneratorClientLocalTime           = new DateAndOrTimeJSON.HoldingGenerator("field \"ClientLocalTime\" of the StockMarketNativeData class", false);
     unknownFieldGenerator = new UnknownFieldGenerator(false);
     set_what("the StockMarketNativeData class");
     allow_incomplete = false;
     allow_unpolished = false;
 }