Open Bi0max opened 3 years ago
As it seems from the current code, it's not possible to set client_order_id:
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.
This issue depends on https://github.com/nash-io/openlimits/issues/148
As it seems from the current code, it's not possible to set
client_order_id
:Without it, it's harder to track orders.