Class: Quickfix::NoLegProvisionDateBusinessCenters

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

Returns a new instance of NoLegProvisionDateBusinessCenters.



39461
39462
39463
39464
39465
39466
39467
# File 'lib/quickfix_fields.rb', line 39461

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

Class Method Details

.fieldObject



39458
39459
39460
# File 'lib/quickfix_fields.rb', line 39458

def NoLegProvisionDateBusinessCenters.field
	return 40939
end