Failed Exception :Unable to parse data [Kite Connect DLL Version 3.0.0]

trade_with_nitin
I am using Kiteconnect library from nuget package manager with version 3.0.0.
and calling the method
var positions= _kite.GetPositions();

it throws an exception Failed Exception :Unable to parse data. {"tradingsymbol":"SUNTV24MARFUT","exchange":"NFO","instrument_token":17027586,"product":"NRML","quantity":-3000,"overnight_quantity":0,"multiplier":1,"average_price":616,"close_price":614.15,"last_price":608.85,"value":1853100,"pnl":26550,"m2m":26550,"unrealised":26550,"realised":0,"buy_quantity":1500,"buy_price":612.6,"buy_value":918900,"buy_m2m":918900,"sell_quantity":4500,"sell_price":616,"sell_value":2772000,"sell_m2m":2772000,"day_buy_quantity":1500,"day_buy_price":612.6,"day_buy_value":918900,"day_sell_quantity":4500,"day_sell_price":616,"day_sell_value":2772000}

How can i resolve this issue.
Sign In or Register to comment.