Class: Quickfix::UnderlyingReturnRateInformationSource

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingReturnRateInformationSource

Returns a new instance of UnderlyingReturnRateInformationSource.



74730
74731
74732
74733
74734
74735
74736
# File 'lib/quickfix_fields.rb', line 74730

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