Class: Quickfix::UnderlyingProvisionCashSettlPaymentDateType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingProvisionCashSettlPaymentDateType

Returns a new instance of UnderlyingProvisionCashSettlPaymentDateType.



59143
59144
59145
59146
59147
59148
59149
# File 'lib/quickfix_fields.rb', line 59143

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