Class: MoexDictionaryObject Abstract
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- MoexDictionaryObject
- Defined in:
- app/models/moex_dictionary_object.rb
Overview
This class is abstract.
Child classes should be used (see TYPES)
STI class for all Moex references
Direct Known Subclasses
MoexDictionaryObjects::Board, MoexDictionaryObjects::BoardGroup, MoexDictionaryObjects::Duration, MoexDictionaryObjects::Engine, MoexDictionaryObjects::Market, MoexDictionaryObjects::SecurityCollection, MoexDictionaryObjects::SecurityGroup, MoexDictionaryObjects::SecurityType
Constant Summary collapse
- TYPES =
%w[MoexDictionaryObjects::Engine MoexDictionaryObjects::Market MoexDictionaryObjects::Board MoexDictionaryObjects::BoardGroup MoexDictionaryObjects::Duration MoexDictionaryObjects::SecurityType MoexDictionaryObjects::SecurityGroup MoexDictionaryObjects::SecurityCollection]