Class: Quickfix::NoUnderlyingPaymentScheduleFixingDateBusinessCenters

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ NoUnderlyingPaymentScheduleFixingDateBusinessCenters

Returns a new instance of NoUnderlyingPaymentScheduleFixingDateBusinessCenters.



39812
39813
39814
39815
39816
39817
39818
# File 'lib/quickfix_fields.rb', line 39812

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

Class Method Details

.fieldObject



39809
39810
39811
# File 'lib/quickfix_fields.rb', line 39809

def NoUnderlyingPaymentScheduleFixingDateBusinessCenters.field
	return 40966
end