Class: Quickfix::UnderlyingMakeWholeBenchmarkCurveName

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingMakeWholeBenchmarkCurveName

Returns a new instance of UnderlyingMakeWholeBenchmarkCurveName.



72507
72508
72509
72510
72511
72512
72513
# File 'lib/quickfix_fields.rb', line 72507

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