Class: Radar::API::IndexService::Prices_args

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/radar/api/index_service.rb

Overview

HELPER FUNCTIONS AND STRUCTURES

Constant Summary collapse

SYMBOL =
1
START_DATE =
2
END_DATE =
3
FIELDS =
{
  SYMBOL => {:type => ::Thrift::Types::STRING, :name => 'symbol'},
  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_fieldsObject



103
# File 'lib/radar/api/index_service.rb', line 103

def struct_fields; FIELDS; end

#validateObject



105
106
# File 'lib/radar/api/index_service.rb', line 105

def validate
end