Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Getting a 'Type' error when placing order #8

Open
roya12 opened this issue Apr 2, 2021 · 0 comments
Open

Getting a 'Type' error when placing order #8

roya12 opened this issue Apr 2, 2021 · 0 comments

Comments

@roya12
Copy link

roya12 commented Apr 2, 2021

Getting an error when placing an order. Any advice? Thank you.
Full code below:

from quoine.client import Quoinex
client = Quoinex(
"XXX", "YYY")

order = client.create_order(
type=Quoinex.ORDER_TYPE_LIMIT,
product_id=624,
side=Quoinex.SIDE_BUY,
quantity='0.01',
price='596000')

Error:
Traceback (most recent call last):
File "FILE-PATH", line 39, in
order = client.create_order(
TypeError: create_order() got an unexpected keyword argument 'type'

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant