Class: IGMarkets::Instrument::RolloverDetails
- Defined in:
- lib/ig_markets/instrument.rb
Overview
Contains details on the rollover setup for an instrument. Returned by #rollover_details.
Instance Attribute Summary
Attributes inherited from Model
Instance Method Summary collapse
-
#last_rollover_time ⇒ Object
The last_rollover_time attribute.
-
#rollover_info ⇒ Object
The rollover_info attribute.
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
#last_rollover_time ⇒ Object
The last_rollover_time attribute.
49 |
# File 'lib/ig_markets/instrument.rb', line 49 attribute :last_rollover_time |
#rollover_info ⇒ Object
The rollover_info attribute.
50 |
# File 'lib/ig_markets/instrument.rb', line 50 attribute :rollover_info |