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

Returns:

  • (Object)

    the current value of asks



29
30
31
# File 'lib/bitex_bot/models/api_wrappers/api_wrapper.rb', line 29

def asks
  @asks
end

#bidsObject

Returns the value of attribute bids

Returns:

  • (Object)

    the current value of bids



29
30
31
# File 'lib/bitex_bot/models/api_wrappers/api_wrapper.rb', line 29

def bids
  @bids
end

#timestampObject

Returns the value of attribute timestamp

Returns:

  • (Object)

    the current value of timestamp



29
30
31
# File 'lib/bitex_bot/models/api_wrappers/api_wrapper.rb', line 29

def timestamp
  @timestamp
end