Class: BetfairApiNgRails::Api::Data::LimitOnCloseOrder

Inherits:
Base
  • Object
show all
Includes:
Concerns::Hashable
Defined in:
lib/betfair_api_ng_rails/api/data/limit_on_close_order.rb

Constant Summary collapse

LIMIT_ON_CLOSE_ORDER_ATTRS =
[
  :liability,
  :price
]

Constants included from Constants

Constants::ATTRS_AS_IS

Constants included from Concerns::Attributable

Concerns::Attributable::DEFAULT_OPTIONS

Class Method Summary collapse

Methods included from Concerns::Hashable

#to_hash, #to_param

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

Class Method Details

.to_hash_attrsObject



14
15
16
# File 'lib/betfair_api_ng_rails/api/data/limit_on_close_order.rb', line 14

def self.to_hash_attrs
  LIMIT_ON_CLOSE_ORDER_ATTRS
end