nash-io / openlimits-python

OpenLimits exchange SDK in Python. Provides uniform API support for multiple cryptocurrency exchanges
BSD 2-Clause "Simplified" License
5 stars 1 forks source link

Make possible to set `client_order_id` #11

Open Bi0max opened 3 years ago

Bi0max commented 3 years ago

As it seems from the current code, it's not possible to set client_order_id:

pub fn limit_sell(&self, market_pair: &str, size: &str, price: &str, time_in_force: TimeInForce, post_only: bool)

Without it, it's harder to track orders.

notdanilo commented 3 years ago

This issue depends on https://github.com/nash-io/openlimits/issues/148