Class: Quickfix::UnderlyingPaymentStreamInflationLagDayType

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



35626
35627
35628
35629
35630
35631
35632
# File 'lib/quickfix_fields.rb', line 35626

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

Class Method Details

.fieldObject



35623
35624
35625
# File 'lib/quickfix_fields.rb', line 35623

def UnderlyingPaymentStreamInflationLagDayType.field
  return 40641
end