Esempio n. 1
0
 public Generator()
 {
     fieldGeneratorStockListing       = new StockListingJSON.HoldingGenerator("field \"StockListing\" of the StockRequestedListing class", false);
     fieldGeneratorListingRequestType = new StockListingRequestTypeJSON.HoldingGenerator("field \"ListingRequestType\" of the StockRequestedListing class", false);
     fieldGeneratorExchangeExplicit   = new JSONHoldingBooleanGenerator("field \"ExchangeExplicit\" of the StockRequestedListing class");
     fieldGeneratorPrimaryHasData     = new JSONHoldingBooleanGenerator("field \"PrimaryHasData\" of the StockRequestedListing class");
     fieldGeneratorAllowDataWarnings  = new JSONHoldingBooleanGenerator("field \"AllowDataWarnings\" of the StockRequestedListing class");
     fieldGeneratorAlternateListing   = new StockListingJSON.HoldingGenerator("field \"AlternateListing\" of the StockRequestedListing class", false);
     fieldGeneratorRemoteDelay        = new FieldHoldingArrayGeneratorRemoteDelay("field \"RemoteDelay\" of the StockRequestedListing class", false);
     unknownFieldGenerator            = new UnknownFieldGenerator(false);
     set_what("the StockRequestedListing 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;
 }