Class: ApiWrapper::OrderBook

Inherits:
Struct
  • Object
show all
Defined in:
lib/bitex_bot/models/api_wrappers/api_wrapper.rb

Instance Attribute Summary collapse

Instance Attribute Details

#asksObject

Returns the value of attribute asks



32
33
34
# File 'lib/bitex_bot/models/api_wrappers/api_wrapper.rb', line 32

def asks
  @asks
end

#bidsObject

Returns the value of attribute bids



32
33
34
# File 'lib/bitex_bot/models/api_wrappers/api_wrapper.rb', line 32

def bids
  @bids
end

#timestampObject

Returns the value of attribute timestamp



32
33
34
# File 'lib/bitex_bot/models/api_wrappers/api_wrapper.rb', line 32

def timestamp
  @timestamp
end