Class: Quickfix::LegReturnRateFinalPriceFallback

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) ⇒ LegReturnRateFinalPriceFallback

Returns a new instance of LegReturnRateFinalPriceFallback.



67970
67971
67972
67973
67974
67975
67976
# File 'lib/quickfix_fields.rb', line 67970

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

Class Method Details

.fieldObject



67967
67968
67969
# File 'lib/quickfix_fields.rb', line 67967

def LegReturnRateFinalPriceFallback.field
	return 42559
end