Class: Quickfix::PaymentStreamInflationLagPeriod

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

Returns a new instance of PaymentStreamInflationLagPeriod.



37797
37798
37799
37800
37801
37802
37803
# File 'lib/quickfix_fields.rb', line 37797

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

Class Method Details

.fieldObject



37794
37795
37796
# File 'lib/quickfix_fields.rb', line 37794

def PaymentStreamInflationLagPeriod.field
  return 40808
end