Class: Quickfix::LegProvisionOptionExerciseBusinessCenter

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

Returns a new instance of LegProvisionOptionExerciseBusinessCenter.



33494
33495
33496
33497
33498
33499
33500
# File 'lib/quickfix_fields.rb', line 33494

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

Class Method Details

.fieldObject



33491
33492
33493
# File 'lib/quickfix_fields.rb', line 33491

def LegProvisionOptionExerciseBusinessCenter.field
	return 40477
end