Class: Quickfix::OptionExerciseBusinessCenter

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

Returns a new instance of OptionExerciseBusinessCenter.



43764
43765
43766
43767
43768
43769
43770
# File 'lib/quickfix_fields.rb', line 43764

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

Class Method Details

.fieldObject



43761
43762
43763
# File 'lib/quickfix_fields.rb', line 43761

def OptionExerciseBusinessCenter.field
	return 41117
end