Kucoin / kucoin-futures-python-sdk

MIT License
7 stars 3 forks source link

Market order creation fails #41

Closed aliniko79 closed 2 years ago

aliniko79 commented 2 years ago

I was trying ti make a market order but it would give me error like:''Quantity can't be none''

aliniko79 commented 2 years ago

I manipulated kucoin-futures sdk. so I went to trade folder and the trade python file and in the ''create_maket_order'' function I added a new parameter called 'size' and It was fixed...