Class: BetfairApiNgRails::Api::Data::Match

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

Constant Summary collapse

MATCH_ATTRS =
[
  :bet_id,
  :match_id,
  :side,
  :price,
  :size,
  :match_date
]

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