Class: Quickfix::UnderlyingOptionExerciseBusinessCenter

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

Returns a new instance of UnderlyingOptionExerciseBusinessCenter.



53748
53749
53750
53751
53752
53753
53754
# File 'lib/quickfix_fields.rb', line 53748

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

Class Method Details

.fieldObject



53745
53746
53747
# File 'lib/quickfix_fields.rb', line 53745

def UnderlyingOptionExerciseBusinessCenter.field
  return 41821
end