Class: Quickfix::NoUnderlyingReturnRateValuationDates

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

Returns a new instance of NoUnderlyingReturnRateValuationDates.



74860
74861
74862
74863
74864
74865
74866
# File 'lib/quickfix_fields.rb', line 74860

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

Class Method Details

.fieldObject



74857
74858
74859
# File 'lib/quickfix_fields.rb', line 74857

def NoUnderlyingReturnRateValuationDates.field
	return 43071
end