Class: Quickfix::UnderlyingReturnRateValuationDateOffsetPeriod

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

Returns a new instance of UnderlyingReturnRateValuationDateOffsetPeriod.



74080
74081
74082
74083
74084
74085
74086
# File 'lib/quickfix_fields.rb', line 74080

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

Class Method Details

.fieldObject



74077
74078
74079
# File 'lib/quickfix_fields.rb', line 74077

def UnderlyingReturnRateValuationDateOffsetPeriod.field
	return 43011
end