Exemplo 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;
 }
Exemplo n.º 2
0
 public ElementHandler(FieldHoldingArrayGeneratorRemoteDelay init_top, bool ignore_extras) : base(ignore_extras)
 {
     top = init_top;
 }