quote.setLow(new BigDecimal("1000.0"));
quote.setVolume(1000);
quote.setChange1(1000);
List quotes = quote.getQuotes();
Quote innerQuote = CSFactory.INSTANCE.createQuote();
quotes.add(innerQuote);
innerQuote.setPrice(new BigDecimal("2000.0"));
cs.endLogging();
//XMLHelper.INSTANCE.save(dQuote, "http://www.example.com/simpleCS", "quoteBase", System.out);