Class: Radar::API::FundService::Daily_data_args
- Inherits:
-
Object
- Object
- Radar::API::FundService::Daily_data_args
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/radar/api/fund_service.rb
Constant Summary collapse
- ID =
1- DATE =
2- FIELDS =
{ ID => {:type => ::Thrift::Types::STRUCT, :name => 'id', :class => ::Radar::API::FundId}, DATE => {:type => ::Thrift::Types::I32, :name => 'date'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
165 |
# File 'lib/radar/api/fund_service.rb', line 165 def struct_fields; FIELDS; end |
#validate ⇒ Object
167 168 |
# File 'lib/radar/api/fund_service.rb', line 167 def validate end |