Class: Quickfix::LegPaymentStreamInflationLagPeriod

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

Returns a new instance of LegPaymentStreamInflationLagPeriod.



31843
31844
31845
31846
31847
31848
31849
# File 'lib/quickfix_fields.rb', line 31843

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

Class Method Details

.fieldObject



31840
31841
31842
# File 'lib/quickfix_fields.rb', line 31840

def LegPaymentStreamInflationLagPeriod.field
  return 40350
end