Class: Quickfix::UnderlyingPaymentStreamCompoundingDatesBusinessCenter

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingDatesBusinessCenter

Returns a new instance of UnderlyingPaymentStreamCompoundingDatesBusinessCenter.



72845
72846
72847
72848
72849
72850
72851
# File 'lib/quickfix_fields.rb', line 72845

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