Class: Quickfix::UnderlyingPaymentStreamInflationLagPeriod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ 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