Class: Quickfix::BenchmarkCurvePoint

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) ⇒ BenchmarkCurvePoint

Returns a new instance of BenchmarkCurvePoint.



65498
65499
65500
65501
65502
65503
65504
# File 'ext/quickfix/QuickfixRuby.cpp', line 65498

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

Class Method Details

.fieldObject



5567
5568
5569
# File 'lib/quickfix_fields.rb', line 5567

def BenchmarkCurvePoint.field
  return 222
end