Releases: zerodha/javakiteconnect
Releases · zerodha/javakiteconnect
Kite Connect 3.4.0
- Added virtual contract note feature.
- Changes to close response stream after reading the response in all the requests.
- Changes to avoid reading response stream multiple times when there is exception while reading response in handler.
- Updated json and okio dependency library versions.
Kite Connect 3.3.2
- Added leverage to margin calculation data.
- Bumped up the kotlin dependency library version.
Kite Connect 3.3.1
Breaking changes from 3.2.1 to 3.3.1
MarginCalculationData (model)
version 3.3.1 |
version 3.2.1 |
option_premium(double) |
optionPremium(double) |
- Added charges to margin calculation data.
- Added auctions feature including getAuctionInstruments, place auction order support in placeOrder.
- Added auctionNumber to orderbook.
- Added usedQuantity, authorisedQuantity, authorisedDate and discrepancy to holding model.
- Added Holding exception and margin exception.
Kite Connect 3.2.1
Breaking changes from 3.1.14 to 3.2.1
Holding (model)
version 3.1.14 |
version 3.2.1 |
lastPrice(String) |
lastPrice(Double) |
t1Quantity(String) |
t1Quantity(int) |
pnl(String) |
pnl(Double) |
quantity(String) |
quantity(int) |
averagePrice(String) |
averagePrice(Double) |
version 3.1.14 |
version 3.2.1 |
accountId |
NA |
Tick (model)
version 3.1.14 |
version 3.2.1 |
volumeTradedToday(double) |
volumeTradedToday(long) |
- Change attribute for indices tick will have change percent value against
the previously sent absolute change value.
Order (model)
version 3.1.14 |
version 3.2.1 |
userId |
NA |
symbol |
NA |
New features
- Added TTL validity orders.
- Added iceberg orders.
Fixes
- BCD live market data having wrong values.
- Changes to calculate and add change percent value in Indices tick data.
Kite Connect 3.1.14
- Added Combined margin calculation API.
- Changes to tradable boolean in Tick model.
- Added common order statuses to Constants.
Kite Connect 3.1.13
- Added Margin calculation API.
- Added average price to the position model.
Kite Connect 3.1.12
- Fixed oi_day_high and oi_day_low in the Quote model.
Kite Connect 3.1.1
- Added exchange update timestamp and guid for order model.
- Upgraded okhttp, okhttp interceptor and dependent libraries for better performance.
Kite Connect 3.1.0
- Added GTT feature to place, modify, cancel, fetch all GTTs.
- Added open interest to getHistoricalData method.
- Added upper and lower circuit attributes to Quote model.
Breaking changes from 3.0.2 to 3.1.0
getHistoricalData expects an extra parameter for the open interest of type boolean.
Kite Connect 3.0.2
Breaking changes from 3.0.1 to 3.0.2
** setEnableLogging** method is removed and now the Kite Connect constructor accepts enableDebugLog as a param with api_key.