Class: Quickfix::UnderlyingPaymentStreamPaymentDateBusinessCenter

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamPaymentDateBusinessCenter

Returns a new instance of UnderlyingPaymentStreamPaymentDateBusinessCenter.



34859
34860
34861
34862
34863
34864
34865
# File 'lib/quickfix_fields.rb', line 34859

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