Class: Kucoin::Api::Endpoints::Trade::Fills
- Inherits:
-
Kucoin::Api::Endpoints::Trade
- Object
- Base
- Kucoin::Api::Endpoints::Trade
- Kucoin::Api::Endpoints::Trade::Fills
- Defined in:
- lib/kucoin/api/endpoints/trade/fills.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
- #index(options = {}) ⇒ Object (also: #all, #list)
- #recent ⇒ Object
Methods inherited from Base
#assert_param_is_one_of, #assert_required_param, #auth, #initialize, #open, #path, #url
Constructor Details
This class inherits a constructor from Kucoin::Api::Endpoints::Base
Instance Method Details
#index(options = {}) ⇒ Object Also known as: all, list
7 8 9 |
# File 'lib/kucoin/api/endpoints/trade/fills.rb', line 7 def index ={} auth.ku_request :get, :index, ** end |
#recent ⇒ Object
13 14 15 |
# File 'lib/kucoin/api/endpoints/trade/fills.rb', line 13 def recent auth.ku_request :get, :recent end |