Python methods vs .Net Methods.
-
Hi, from the below repositories I can see there are variations in Python and .Net methods. for example:
Python: https://github.com/angel-one/smartapi-python/blob/main/test/test.py#L1.Net:https://github.com/angel-one/smartapi-dotnet.
we can see there are no methods such as GetOrderBookResponse,GetTradeBookResponse,CancelOrderResponse, which are available in .Net but not in python.
Am I missing anything, could you please update the list of all methods available in python sdk.