Class: BetfairApiNgRails::Api::Data::ExchangePrices

Inherits:
Base
  • Object
show all
Defined in:
lib/betfair_api_ng_rails/api/data/exchange_prices.rb

Constant Summary collapse

EXCHANGE_PRICES_ATTRS =
[
  {available_to_back:    { type: BetfairApiNgRails::PriceSize, array: true }},
  {available_to_lay:     { type: BetfairApiNgRails::PriceSize, array: true }},
  {traded_volume:        { type: BetfairApiNgRails::PriceSize, array: true }}
]

Constants included from Concerns::Attributable

Concerns::Attributable::DEFAULT_OPTIONS

Method Summary

Methods inherited from Base

#initialize

Methods included from Concerns::Jsonable

included

Methods included from Concerns::Attributable

included

Constructor Details

This class inherits a constructor from BetfairApiNgRails::Api::Data::Base