Class: Quickfix::NoUnderlyingPaymentStreamPaymentDateBusinessCenters

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

Returns a new instance of NoUnderlyingPaymentStreamPaymentDateBusinessCenters.



39851
39852
39853
39854
39855
39856
39857
# File 'lib/quickfix_fields.rb', line 39851

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

Class Method Details

.fieldObject



39848
39849
39850
# File 'lib/quickfix_fields.rb', line 39848

def NoUnderlyingPaymentStreamPaymentDateBusinessCenters.field
	return 40969
end