Class: Quickfix::UnderlyingPaymentStreamInflationLagPeriod

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

Returns a new instance of UnderlyingPaymentStreamInflationLagPeriod.



35600
35601
35602
35603
35604
35605
35606
# File 'lib/quickfix_fields.rb', line 35600

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

Class Method Details

.fieldObject



35597
35598
35599
# File 'lib/quickfix_fields.rb', line 35597

def UnderlyingPaymentStreamInflationLagPeriod.field
  return 40639
end