Class: Quickfix::SettlRateFallbackRateSource

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

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

Class Method Details

.fieldObject



32139
32140
32141
# File 'lib/quickfix_fields.rb', line 32139

def SettlRateFallbackRateSource.field
	return 40373
end