Class: Quickfix::NoProvisionOptionExerciseBusinessCenters

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

Returns a new instance of NoProvisionOptionExerciseBusinessCenters.



39656
39657
39658
39659
39660
39661
39662
# File 'lib/quickfix_fields.rb', line 39656

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

Class Method Details

.fieldObject



39653
39654
39655
# File 'lib/quickfix_fields.rb', line 39653

def NoProvisionOptionExerciseBusinessCenters.field
	return 40954
end