Class: Quickfix::UnderlyingPaymentStubEndDateBusinessCenter

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStubEndDateBusinessCenter

Returns a new instance of UnderlyingPaymentStubEndDateBusinessCenter.



73833
73834
73835
73836
73837
73838
73839
# File 'lib/quickfix_fields.rb', line 73833

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