Advertisement
Zoridam

StockMarket Configuration

Jan 21st, 2021
604
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <StockMarketConfiguration xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance%22%3E
  3. <AdvancedLogging>true</AdvancedLogging>
  4. <PriceChangeIntervalinMS>5000</PriceChangeIntervalinMS>
  5. <StockSettings>
  6. <StockSettings>
  7. <StockName>Apple</StockName>
  8. <StockShortName>AAPL</StockShortName>
  9. <Price>520</Price>
  10. <isVolatile>false</isVolatile>
  11. </StockSettings>
  12. <StockSettings>
  13. <StockName>ImperialPlugins</StockName>
  14. <StockShortName>IMPL</StockShortName>
  15. <Price>10000</Price>
  16. <isVolatile>false</isVolatile>
  17. </StockSettings>
  18. <StockSettings>
  19. <StockName>SmartlyDressedGames</StockName>
  20. <StockShortName>SHIT</StockShortName>
  21. <Price>2</Price>
  22. <isVolatile>true</isVolatile>
  23. </StockSettings>
  24. </StockSettings>
  25. </StockMarketConfiguration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement