Class: Quickfix::UnderlyingPaymentStreamLastRegularPaymentDateUnadjusted

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamLastRegularPaymentDateUnadjusted

Returns a new instance of UnderlyingPaymentStreamLastRegularPaymentDateUnadjusted.



34924
34925
34926
34927
34928
34929
34930
# File 'lib/quickfix_fields.rb', line 34924

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