Class: Quickfix::LegPaymentStreamInflationInitialIndexLevel

Inherits:
DoubleField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStreamInflationInitialIndexLevel

Returns a new instance of LegPaymentStreamInflationInitialIndexLevel.



31921
31922
31923
31924
31925
31926
31927
# File 'lib/quickfix_fields.rb', line 31921

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

Class Method Details

.fieldObject



31918
31919
31920
# File 'lib/quickfix_fields.rb', line 31918

def LegPaymentStreamInflationInitialIndexLevel.field
	return 40356
end