Class: Quickfix::SettlRateFallbackRateSource

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SettlRateFallbackRateSource

Returns a new instance of SettlRateFallbackRateSource.



32142
32143
32144
32145
32146
32147
32148
# File 'lib/quickfix_fields.rb', line 32142

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