Class: Quickfix::NoUnderlyingProvisionOptionExerciseBusinessCenters

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

Returns a new instance of NoUnderlyingProvisionOptionExerciseBusinessCenters.



60235
60236
60237
60238
60239
60240
60241
# File 'lib/quickfix_fields.rb', line 60235

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

Class Method Details

.fieldObject



60232
60233
60234
# File 'lib/quickfix_fields.rb', line 60232

def NoUnderlyingProvisionOptionExerciseBusinessCenters.field
	return 42184
end