nash-io / openlimits

A Rust high performance cryptocurrency trading API with support for multiple exchanges and language wrappers.
http://openlimits.io
BSD 2-Clause "Simplified" License
278 stars 44 forks source link

Expose client_order_id for nash #148

Closed jankjr closed 2 years ago

jankjr commented 3 years ago

We will need to expose the field in nash-rust as well.

Bi0max commented 3 years ago

@jankjr is it planned to implement client_order_id in the near future? Without it, it's very hard to track your orders. E.g. what if order is created, but returned "order_id" is not saved due to some bug or problem with DB (anything can happen). Then system will completely lose track of the order.

jankjr commented 3 years ago

I think we added some support for clientIds some while back. But @notdanilo will know more.

notdanilo commented 3 years ago

I need to check the support state.

Bi0max commented 3 years ago

@jankjr @notdanilo . This functionality seems to be not implemented neither for JS, nor for Rust/Python clients.