Class: Quickfix::PaymentStreamInflationInitialIndexLevel

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

Class Method Details

.fieldObject



37872
37873
37874
# File 'lib/quickfix_fields.rb', line 37872

def PaymentStreamInflationInitialIndexLevel.field
  return 40814
end