Class: Quickfix::UnderlyingPaymentStreamInflationLagDayType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamInflationLagDayType

Returns a new instance of 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