Class: Quickfix::UnderlyingProvisionOptionExerciseBusinessCenter

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingProvisionOptionExerciseBusinessCenter

Returns a new instance of UnderlyingProvisionOptionExerciseBusinessCenter.



60248
60249
60250
60251
60252
60253
60254
# File 'lib/quickfix_fields.rb', line 60248

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

Class Method Details

.fieldObject



60245
60246
60247
# File 'lib/quickfix_fields.rb', line 60245

def UnderlyingProvisionOptionExerciseBusinessCenter.field
	return 42185
end