Class: Bitbot::Trader::Provider Abstract

Inherits:
Object
  • Object
show all
Includes:
ApiMethods
Defined in:
lib/bitbot/trader/provider.rb

Overview

This class is abstract.

Common Provider methods

Instance Attribute Summary collapse

Method Summary

Methods included from ApiMethods

#account, #open_orders

Instance Attribute Details

#clientObject (readonly)

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Object that communicates with external API

Returns:

  • (Object)


16
17
18
# File 'lib/bitbot/trader/provider.rb', line 16

def client
  @client
end