Class: Quickfix::NoUnderlyingReturnRateInformationSources

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoUnderlyingReturnRateInformationSources

Returns a new instance of NoUnderlyingReturnRateInformationSources.



74717
74718
74719
74720
74721
74722
74723
# File 'lib/quickfix_fields.rb', line 74717

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