Class: Quickfix::ReturnRateFinalPriceFallback

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



70557
70558
70559
70560
70561
70562
70563
# File 'lib/quickfix_fields.rb', line 70557

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

Class Method Details

.fieldObject



70554
70555
70556
# File 'lib/quickfix_fields.rb', line 70554

def ReturnRateFinalPriceFallback.field
	return 42760
end