Method: FTX::API::Orders#get_by_client_id

Defined in:
lib/ftx/api/orders.rb

#get_by_client_id(client_id) ⇒ Object



19
20
21
# File 'lib/ftx/api/orders.rb', line 19

def get_by_client_id(client_id)
  send_request(:get, "/orders/by_client_id/#{client_id}", {})
end