Class: Radar::API::Price

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

Constant Summary collapse

DATE =
1
CLOSE =
2
FIELDS =
{
  DATE => {:type => ::Thrift::Types::I32, :name => 'date'},
  CLOSE => {:type => ::Thrift::Types::DOUBLE, :name => 'close'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



649
# File 'lib/radar/api/radar_types.rb', line 649

def struct_fields; FIELDS; end

#validateObject



651
652
# File 'lib/radar/api/radar_types.rb', line 651

def validate
end