How do i get just the Tick number?
So when i try to fetch data using binarys API, i get the whole detail of R_100 (i used the default code snippet from developer's page for java). Could anyone point me to the right direction? How to get just the stock numbers which is right next to the small graph
Answers
Can you share your code and illustrate better what you're trying to get.
Because the Java example from code samples send "{\"ticks\": \"R_100\"}" so this allow you to get a stream of spot price updates for a given symbol.
this:
http://i.imgur.com/omhKcS1.png
Regards
@dave Please attach screenshot of small graph you are referring to