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



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

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of timestamp



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

def timestamp
  @timestamp
end