Class: Quickfix::NoUnderlyingPaymentStreamCompoundingDatesBusinessCenters

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) ⇒ NoUnderlyingPaymentStreamCompoundingDatesBusinessCenters

Returns a new instance of NoUnderlyingPaymentStreamCompoundingDatesBusinessCenters.



72832
72833
72834
72835
72836
72837
72838
# File 'lib/quickfix_fields.rb', line 72832

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

Class Method Details

.fieldObject



72829
72830
72831
# File 'lib/quickfix_fields.rb', line 72829

def NoUnderlyingPaymentStreamCompoundingDatesBusinessCenters.field
	return 42915
end