Class: Radar::API::IndexService::Price_change_args

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

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



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end