Class: IB::Index
Constant Summary
Constants inherited from Contract
Instance Attribute Summary
Attributes inherited from Contract
Instance Method Summary collapse
Methods inherited from Contract
#==, #bag?, #bond?, build, #essential, #expiry, #index?, #merge, #option?, #order_requirements, #serialize, #serialize_ib_ruby, #serialize_legs, #serialize_long, #serialize_short, #serialize_supershort, #serialize_under_comp, #stock?, #table_header, #table_row, #to_s, #to_short, #verify
Methods included from BaseProperties
#==, #as_table, #content_attributes, #invariant_attributes, #set_attribute_defaults, #table_header, #table_row, #update_missing
Instance Method Details
#default_attributes ⇒ Object
6 7 8 |
# File 'lib/models/ib/index.rb', line 6 def default_attributes super.merge :sec_type => 'IND' end |
#to_human ⇒ Object
9 10 11 |
# File 'lib/models/ib/index.rb', line 9 def to_human "<Index: " + [symbol, currency].join(" ") + " (#{description}) >" end |