Class: Quickfix::NoPaymentStreamResetDateBusinessCenters

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

Returns a new instance of NoPaymentStreamResetDateBusinessCenters.



39578
39579
39580
39581
39582
39583
39584
# File 'lib/quickfix_fields.rb', line 39578

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

Class Method Details

.fieldObject



39575
39576
39577
# File 'lib/quickfix_fields.rb', line 39575

def NoPaymentStreamResetDateBusinessCenters.field
	return 40948
end