Class: Quickfix::UnderlyingProvisionCashSettlPaymentDateRangeFirst

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingProvisionCashSettlPaymentDateRangeFirst

Returns a new instance of UnderlyingProvisionCashSettlPaymentDateRangeFirst.



59091
59092
59093
59094
59095
59096
59097
# File 'lib/quickfix_fields.rb', line 59091

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