Class: Radar::API::DailyFundData
- Inherits:
-
Object
- Object
- Radar::API::DailyFundData
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/radar/api/radar_types.rb
Constant Summary collapse
- PRICE =
1- DATE =
2- NAV =
3- FIELDS =
{ PRICE => {:type => ::Thrift::Types::DOUBLE, :name => 'price'}, DATE => {:type => ::Thrift::Types::I32, :name => 'date'}, NAV => {:type => ::Thrift::Types::DOUBLE, :name => 'nav'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
694 |
# File 'lib/radar/api/radar_types.rb', line 694 def struct_fields; FIELDS; end |
#validate ⇒ Object
696 697 |
# File 'lib/radar/api/radar_types.rb', line 696 def validate end |