Class: Quickfix::UnderlyingAdditionalTermBondDesc

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingAdditionalTermBondDesc

Returns a new instance of UnderlyingAdditionalTermBondDesc.



58090
58091
58092
58093
58094
58095
58096
# File 'lib/quickfix_fields.rb', line 58090

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