Class: Radar::API::SecurityService::Price_changes_args
- Inherits:
-
Object
- Object
- Radar::API::SecurityService::Price_changes_args
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/radar/api/security_service.rb
Constant Summary collapse
- ID =
1- START_DATE =
2- END_DATE =
3- FIELDS =
{ ID => {:type => ::Thrift::Types::STRUCT, :name => 'id', :class => ::Radar::API::SecurityId}, START_DATE => {:type => ::Thrift::Types::I32, :name => 'start_date'}, END_DATE => {:type => ::Thrift::Types::I32, :name => 'end_date'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
307 |
# File 'lib/radar/api/security_service.rb', line 307 def struct_fields; FIELDS; end |
#validate ⇒ Object
309 310 |
# File 'lib/radar/api/security_service.rb', line 309 def validate end |