heart beat message is sent every minute when the web socket is connected or when we subscribe?
also, i dont think i am getting connected tot he websocket in the first place... it returns me refuses handshake message "closed with exit code -1 additional info: draft org.java_websocket.drafts.Draft_10@6a9a915f refuses handshake"
finally, we were able to connect to the websocket. it was issue with our framework
@vivek@Kailash but, why are the price being returned in INT? dont you think price will have fractions to it? what is the use of getting intra day price in INT when the prices fluctuate in paise?
The INT prices are actually in paise. For currencies, you have to divide the number by 10000 (to get 4 decimal places) and for everything else, by 100.
I realise that this is not mentioned in the documentation. Just added.
also, i dont think i am getting connected tot he websocket in the first place... it returns me refuses handshake message
"closed with exit code -1 additional info: draft org.java_websocket.drafts.Draft_10@6a9a915f refuses handshake"
@vivek @Kailash but, why are the price being returned in INT? dont you think price will have fractions to it? what is the use of getting intra day price in INT when the prices fluctuate in paise?
I realise that this is not mentioned in the documentation. Just added.