Class: Quickfix::UnderlyingReturnRateValuationDateBusinessCenter

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingReturnRateValuationDateBusinessCenter

Returns a new instance of UnderlyingReturnRateValuationDateBusinessCenter.



74847
74848
74849
74850
74851
74852
74853
# File 'lib/quickfix_fields.rb', line 74847

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