Skip to content

Kite Connect 3.2.1

Compare
Choose a tag to compare
@kssujithcj kssujithcj released this 01 Jun 07:53

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)
  • Removed:
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)

  • Removed:
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.