Class: Quickfix::UnderlyingProvisionCashSettlPaymentDateOffsetPeriod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingProvisionCashSettlPaymentDateOffsetPeriod

Returns a new instance of UnderlyingProvisionCashSettlPaymentDateOffsetPeriod.



59052
59053
59054
59055
59056
59057
59058
# File 'lib/quickfix_fields.rb', line 59052

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