Class: ApiWrapper::OrderBook
- Inherits:
-
Struct
- Object
- Struct
- ApiWrapper::OrderBook
- Defined in:
- lib/bitex_bot/models/api_wrappers/api_wrapper.rb
Instance Attribute Summary collapse
-
#asks ⇒ Object
Returns the value of attribute asks.
-
#bids ⇒ Object
Returns the value of attribute bids.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
Instance Attribute Details
#asks ⇒ Object
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 |
#bids ⇒ Object
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 |
#timestamp ⇒ Object
Returns the value of attribute timestamp
32 33 34 |
# File 'lib/bitex_bot/models/api_wrappers/api_wrapper.rb', line 32 def @timestamp end |