Class: Radar::API::Position

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

Constant Summary collapse

ID =
1
VALUE =
2
RENTABILITY =
3
FIELDS =
{
  ID => {:type => ::Thrift::Types::STRUCT, :name => 'id', :class => ::Radar::API::SecurityId},
  VALUE => {:type => ::Thrift::Types::DOUBLE, :name => 'value'},
  RENTABILITY => {:type => ::Thrift::Types::DOUBLE, :name => 'rentability'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end