Class: Quickfix::UnderlyingReturnRateReferencePage

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingReturnRateReferencePage

Returns a new instance of UnderlyingReturnRateReferencePage.



74743
74744
74745
74746
74747
74748
74749
# File 'lib/quickfix_fields.rb', line 74743

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