Class: Quickfix::UnderlyingIndexCurvePeriod

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

Returns a new instance of UnderlyingIndexCurvePeriod.



75952
75953
75954
75955
75956
75957
75958
# File 'lib/quickfix_fields.rb', line 75952

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

Class Method Details

.fieldObject



75949
75950
75951
# File 'lib/quickfix_fields.rb', line 75949

def UnderlyingIndexCurvePeriod.field
	return 2724
end