Class: Radar::API::IndexLinkedBondId
- Inherits:
-
Object
- Object
- Radar::API::IndexLinkedBondId
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/radar/api/radar_types.rb
Constant Summary collapse
- INDEX =
1- FACTOR =
2- BASE_DATE =
3- MATURITY_DATE =
4- FIELDS =
{ INDEX => {:type => ::Thrift::Types::STRUCT, :name => 'index', :class => ::Radar::API::IndexId}, FACTOR => {:type => ::Thrift::Types::DOUBLE, :name => 'factor'}, BASE_DATE => {:type => ::Thrift::Types::I32, :name => 'base_date'}, MATURITY_DATE => {:type => ::Thrift::Types::I32, :name => 'maturity_date'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
107 |
# File 'lib/radar/api/radar_types.rb', line 107 def struct_fields; FIELDS; end |
#validate ⇒ Object
109 110 |
# File 'lib/radar/api/radar_types.rb', line 109 def validate end |