Class: BetfairApiNgRails::Api::Data::PriceSize

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

Constant Summary collapse

PRICE_SIZE_ATTRS =
[
  :price,
  :size
]

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