Class: Quickfix::UnderlyingPaymentScheduleInterimExchangeDatesBusinessCenter

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentScheduleInterimExchangeDatesBusinessCenter

Returns a new instance of UnderlyingPaymentScheduleInterimExchangeDatesBusinessCenter.



36380
36381
36382
36383
36384
36385
36386
# File 'lib/quickfix_fields.rb', line 36380

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