Class: Quickfix::LegAdditionalTermBondCurrency

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegAdditionalTermBondCurrency

Returns a new instance of LegAdditionalTermBondCurrency.



46416
46417
46418
46419
46420
46421
46422
# File 'lib/quickfix_fields.rb', line 46416

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