Added new OHLC and LTP API calls to fetch data for multiple instruments at once.
New features:-
- Added OHLC fetch API for multiple(up to 200) instruments at once.
- Added LTP fetch API for multiple(up to 200) instruments at once.
Breaking changes:-
- Get Holdings API will return a list of holdings instead of holdings object.
- Get Positions will return a map with day and net positions.
- Get Orderbook will return a list of orders instead of single order object.
- Get trades will return a list of trades instead of a single trades object.
- Get trades for an order will return a list of trades instead of a single object.
- Get Mutual Funds orders will return a list of orders.
- Get Mutual Funds SIPs will return a list of SIPs.
Updated examples are here https://github.com/rainmattertech/javakiteconnect/blob/master/sample/src/Examples.java