Class: Quickfix::PaymentStreamInflationIndexSource

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ PaymentStreamInflationIndexSource



37849
37850
37851
37852
37853
37854
37855
# File 'lib/quickfix_fields.rb', line 37849

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

Class Method Details

.fieldObject



37846
37847
37848
# File 'lib/quickfix_fields.rb', line 37846

def PaymentStreamInflationIndexSource.field
  return 40812
end