jhonti
jhonti 30 Jun 2016, 23:45
moneybiz said:
foreach (var askEntry in MarketData.GetMarketDepth(Symbol).AskEntries) { Print("Ask Price: {0}; Ask Volume{1}.", askEntry.Price, askEntry.Volume); }
Thanks for your help, however this seems to give different results to using the market snapshot tool, why is this?
jhonti
30 Jun 2016, 23:45
RE:
moneybiz said:
Thanks for your help, however this seems to give different results to using the market snapshot tool, why is this?
@jhonti