Class: Radar::API::SecurityService::Prices_args
- Inherits:
-
Object
- Object
- Radar::API::SecurityService::Prices_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
201 |
# File 'lib/radar/api/security_service.rb', line 201 def struct_fields; FIELDS; end |
#validate ⇒ Object
203 204 |
# File 'lib/radar/api/security_service.rb', line 203 def validate end |