Class: Quickfix::UnderlyingPaymentStreamInflationInitialIndexLevel

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

Instance Method Summary collapse

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