Class: Quickfix::PaymentStreamInflationInitialIndexLevel

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PaymentStreamInflationInitialIndexLevel

Returns a new instance of PaymentStreamInflationInitialIndexLevel.



37875
37876
37877
37878
37879
37880
37881
# File 'lib/quickfix_fields.rb', line 37875

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