Class: Radar::API::DailyFundData

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

Constant Summary collapse

PRICE =
1
DATE =
2
3
FIELDS =
{
  PRICE => {:type => ::Thrift::Types::DOUBLE, :name => 'price'},
  DATE => {:type => ::Thrift::Types::I32, :name => 'date'},
  NAV => {:type => ::Thrift::Types::DOUBLE, :name => 'nav'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end