Class: Quickfix::UnderlyingReturnRateQuoteBusinessCenter

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingReturnRateQuoteBusinessCenter

Returns a new instance of UnderlyingReturnRateQuoteBusinessCenter.



74600
74601
74602
74603
74604
74605
74606
# File 'lib/quickfix_fields.rb', line 74600

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