We cannot provide a time estimate for release at the moment.
Is there a workaround, to update current prices (Bid and Ask from current Symbol) whithout left method "OnTick" (if using endless loop in OnTick)?
Yous said, that on synchronous operation (synchronous trading methods, receiving new symbol, receiving new series) price are updated. Can you give a example how i can update prices with such synchronous methods. Which method you mean with "receiving new symbol"? I try this ("Symbol symbol = MarketData.GetSymbol("USDJPY");"), but it does not work.
Andre
14 Apr 2014, 19:53
RE:
Spotware said:
Is there a workaround, to update current prices (Bid and Ask from current Symbol) whithout left method "OnTick" (if using endless loop in OnTick)?
Yous said, that on synchronous operation (synchronous trading methods, receiving new symbol, receiving new series) price are updated. Can you give a example how i can update prices with such synchronous methods. Which method you mean with "receiving new symbol"? I try this ("Symbol symbol = MarketData.GetSymbol("USDJPY");"), but it does not work.
Thanks a lot
@Andre