Class: Quickfix::UnderlyingReturnRateValuationPriceOption

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

Returns a new instance of UnderlyingReturnRateValuationPriceOption.



74691
74692
74693
74694
74695
74696
74697
# File 'lib/quickfix_fields.rb', line 74691

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

Class Method Details

.fieldObject



74688
74689
74690
# File 'lib/quickfix_fields.rb', line 74688

def UnderlyingReturnRateValuationPriceOption.field
	return 43058
end