andreskull / rFTX

R API for FTX
Other
5 stars 12 forks source link

Additional modify, status and cancel functions using client ID #3

Closed PaulineNimo closed 2 years ago

andreskull commented 2 years ago

ftx_modify_order_clientid() should have an additional parameter new_client_id that should be passed to API in post body as clientId. Otherwise, the modified order is not accessible by client_id,

andreskull commented 2 years ago

Change clientId parameter by client_id in ftx_place_order function. Then the naming convention is consistent over all functions where client_id is used.

PaulineNimo commented 2 years ago

Okay, I'll make the changes.