Esempio n. 1
0
 public Generator()
 {
     fieldGeneratorAttributeType          = new StockAttributeJSON.HoldingGenerator("field \"AttributeType\" of the CompoundStockAttribute class", false);
     fieldGeneratorStockExchangeShortName = new StockAttributeValueJSON.HoldingGenerator("field \"StockExchangeShortName\" of the CompoundStockAttribute class", false);
     fieldGeneratorStockExchangeLongName  = new StockAttributeValueJSON.HoldingGenerator("field \"StockExchangeLongName\" of the CompoundStockAttribute class", false);
     fieldGeneratorStockExchangeSymbol    = new StockAttributeValueJSON.HoldingGenerator("field \"StockExchangeSymbol\" of the CompoundStockAttribute class", false);
     fieldGeneratorCountryName            = new StockAttributeValueJSON.HoldingGenerator("field \"CountryName\" of the CompoundStockAttribute class", false);
     fieldGeneratorDateRange = new DateTimeRangeSpecJSON.HoldingGenerator("field \"DateRange\" of the CompoundStockAttribute class", false);
     unknownFieldGenerator   = new UnknownFieldGenerator(false);
     set_what("the CompoundStockAttribute class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
Esempio n. 2
0
 public Generator()
 {
     fieldGeneratorSymbol                          = new StockAttributeValueJSON.HoldingGenerator("field \"Symbol\" of the StockInvalidListing class", false);
     fieldGeneratorShortName                       = new StockAttributeValueJSON.HoldingGenerator("field \"ShortName\" of the StockInvalidListing class", false);
     fieldGeneratorShortPossessiveName             = new StockAttributeValueJSON.HoldingGenerator("field \"ShortPossessiveName\" of the StockInvalidListing class", false);
     fieldGeneratorMediumName                      = new StockAttributeValueJSON.HoldingGenerator("field \"MediumName\" of the StockInvalidListing class", false);
     fieldGeneratorLongName                        = new StockAttributeValueJSON.HoldingGenerator("field \"LongName\" of the StockInvalidListing class", false);
     fieldGeneratorListingRequestType              = new StockListingRequestTypeJSON.HoldingGenerator("field \"ListingRequestType\" of the StockInvalidListing class", false);
     fieldGeneratorExchangeExplicit                = new JSONHoldingBooleanGenerator("field \"ExchangeExplicit\" of the StockInvalidListing class");
     fieldGeneratorRequestedStockExchangeShortName = new StockAttributeValueJSON.HoldingGenerator("field \"RequestedStockExchangeShortName\" of the StockInvalidListing class", false);
     fieldGeneratorRequestedStockExchangeLongName  = new StockAttributeValueJSON.HoldingGenerator("field \"RequestedStockExchangeLongName\" of the StockInvalidListing class", false);
     fieldGeneratorRequestedStockExchangeSymbol    = new StockAttributeValueJSON.HoldingGenerator("field \"RequestedStockExchangeSymbol\" of the StockInvalidListing class", false);
     fieldGeneratorAlternateListing                = new StockListingJSON.HoldingGenerator("field \"AlternateListing\" of the StockInvalidListing class", false);
     unknownFieldGenerator                         = new UnknownFieldGenerator(false);
     set_what("the StockInvalidListing class");
     allow_incomplete = false;
     allow_unpolished = false;
 }