Class: Radar::API::Price
- Inherits:
-
Object
- Object
- Radar::API::Price
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/radar/api/radar_types.rb
Constant Summary collapse
- DATE =
1- CLOSE =
2- FIELDS =
{ DATE => {:type => ::Thrift::Types::I32, :name => 'date'}, CLOSE => {:type => ::Thrift::Types::DOUBLE, :name => 'close'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
649 |
# File 'lib/radar/api/radar_types.rb', line 649 def struct_fields; FIELDS; end |
#validate ⇒ Object
651 652 |
# File 'lib/radar/api/radar_types.rb', line 651 def validate end |