Class: Quickfix::UnderlyingProvisionCashSettlPaymentDateRangeLast

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingProvisionCashSettlPaymentDateRangeLast

Returns a new instance of UnderlyingProvisionCashSettlPaymentDateRangeLast.



59104
59105
59106
59107
59108
59109
59110
# File 'lib/quickfix_fields.rb', line 59104

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