Class: Quickfix::UnderlyingPaymentStreamInflationInitialIndexLevel

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

Returns a new instance of UnderlyingPaymentStreamInflationInitialIndexLevel.



35678
35679
35680
35681
35682
35683
35684
# File 'lib/quickfix_fields.rb', line 35678

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

Class Method Details

.fieldObject



35675
35676
35677
# File 'lib/quickfix_fields.rb', line 35675

def UnderlyingPaymentStreamInflationInitialIndexLevel.field
	return 40645
end