Class: Quickfix::LegBenchmarkCurvePoint

Inherits:
((swig_class *) SWIGTYPE_p_FIX__StringField->clientdata)->klass
  • Object
show all
Defined in:
lib/quickfix_fields.rb,
ext/quickfix/QuickfixRuby.cpp

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(*args, self) ⇒ LegBenchmarkCurvePoint

Returns a new instance of LegBenchmarkCurvePoint.



93098
93099
93100
93101
93102
93103
93104
# File 'ext/quickfix/QuickfixRuby.cpp', line 93098

def initialize(data = nil)
  if( data == nil )
    super(678)
  else
    super(678, data)
  end
end

Class Method Details

.fieldObject



9194
9195
9196
# File 'lib/quickfix_fields.rb', line 9194

def LegBenchmarkCurvePoint.field
  return 678
end