Class: FTX::API::Fills

Inherits:
Private show all
Defined in:
lib/ftx/api/fills.rb

Instance Attribute Summary

Attributes inherited from Base

#config, #key, #secret

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from FTX::API::Base

Instance Method Details

#list(query = {}) ⇒ Object



7
8
9
# File 'lib/ftx/api/fills.rb', line 7

def list(query = {})
  send_request(:get, "/fills", query)
end