class Radar::Api::LineSeries

Constants

FIELDS
NAME
POINTS
TYPE

Public Instance Methods

struct_fields() click to toggle source
# File gen/radar/api/portfolio_analyzer_types.rb, line 171
def struct_fields; FIELDS; end
validate() click to toggle source
# File gen/radar/api/portfolio_analyzer_types.rb, line 173
def validate
  unless @type.nil? || ::Radar::Api::LineSeriesType::VALID_VALUES.include?(@type)
    raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Invalid value of field type!')
  end
end