Class: Quickfix::UnderlyingPaymentStreamResetDateBusinessCenter

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamResetDateBusinessCenter

Returns a new instance of UnderlyingPaymentStreamResetDateBusinessCenter.



35015
35016
35017
35018
35019
35020
35021
# File 'lib/quickfix_fields.rb', line 35015

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