zrsclient 0.3.0

Rust SDK for the Zerodha Kite Connect trading API — REST endpoints plus WebSocket market-data streaming, with built-in retry and reconnect.
Documentation
{
	"status": "success",
	"data": [
		{
			"trade_id": "75894751",
			"order_id": "171229000724687",
			"exchange_order_id": "1300000001887410",
			"tradingsymbol": "SBIN",
			"exchange": "NSE",
			"instrument_token": 779521,
			"transaction_type": "BUY",
			"product": "CNC",
			"average_price": 310.7,
			"quantity": 1,
			"fill_timestamp": "2017-12-29 12:02:05",
			"order_timestamp": "2017-12-29 12:02:05",
			"exchange_timestamp": "2017-12-29 12:02:05"
		}
	]
}