Class: Quickfix::UnderlyingOptionExerciseTimeBusinessCenter

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

Returns a new instance of UnderlyingOptionExerciseTimeBusinessCenter.



53995
53996
53997
53998
53999
54000
54001
# File 'lib/quickfix_fields.rb', line 53995

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

Class Method Details

.fieldObject



53992
53993
53994
# File 'lib/quickfix_fields.rb', line 53992

def UnderlyingOptionExerciseTimeBusinessCenter.field
  return 41840
end