Class: IGMarkets::HistoricalPriceResult::Metadata

Inherits:
Model
  • Object
show all
Defined in:
lib/ig_markets/historical_price_result.rb

Overview

Contains metadata associated with an historical price lookup. Used by #metadata.

Defined Under Namespace

Classes: Allowance, PageData

Instance Attribute Summary

Attributes inherited from Model

#attributes

Instance Method Summary collapse

Methods inherited from Model

#==, allowed_values, attribute, attribute_type, attribute_value_allowed?, defined_attribute_names, deprecated_attribute, #initialize, #initialize_copy, #inspect, #to_h, valid_attribute?

Constructor Details

This class inherits a constructor from IGMarkets::Model

Instance Method Details

#allowanceAllowance

The allowance attribute.

Returns:



20
# File 'lib/ig_markets/historical_price_result.rb', line 20

attribute :allowance, Allowance

#page_dataPageData

The page_data attribute.

Returns:



21
# File 'lib/ig_markets/historical_price_result.rb', line 21

attribute :page_data, PageData

#sizeInteger

The size attribute.

Returns:

  • (Integer)


22
# File 'lib/ig_markets/historical_price_result.rb', line 22

attribute :size, Integer