Class: BetfairApiNgRails::Api::Data::Order

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

Constant Summary collapse

ORDER_ATTRS =
[
  :bet_id,
  :order_type,
  :status,
  :persistence_type,
  :side,
  :price,
  :size,
  :bsp_liability,
  :placed_date,
  :avg_price_matched,
  :size_matched,
  :size_remaining,
  :size_lapsed,
  :size_cancelled,
  :size_voided
]

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