Class: Quickfix::MakeWholeBenchmarkCurvePoint

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ MakeWholeBenchmarkCurvePoint

Returns a new instance of MakeWholeBenchmarkCurvePoint.



68386
68387
68388
68389
68390
68391
68392
# File 'lib/quickfix_fields.rb', line 68386

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