osparamatrix / ks-orderapi-python

47 stars 59 forks source link

AttributeError: 'numpy.int64' object has no attribute 'openapi_types' #93

Open Ashwin-Ajith opened 1 year ago

Ashwin-Ajith commented 1 year ago

client.place_order(order_type = "N", instrument_token =token_ce , \ transaction_type = "BUY", quantity = 2*50, price = 0,\ disclosed_quantity = 0, trigger_price = 0,\ validity = "GFD", variety = "REGULAR", tag = "string")

I was trying to place an order and is faced with the following issue

isapansoni commented 1 year ago

I am facing the same error when trying to fetch a quote

pv-ajay-thota commented 1 year ago

can you add full stack trace? is ks_api_client even using numpy?