Class: Quickfix::UnderlyingAdditionalTermBondParValue

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingAdditionalTermBondParValue

Returns a new instance of UnderlyingAdditionalTermBondParValue.



58233
58234
58235
58236
58237
58238
58239
# File 'lib/quickfix_fields.rb', line 58233

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