Class: Quickfix::LegOptionExerciseTimeBusinessCenter

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

Returns a new instance of LegOptionExerciseTimeBusinessCenter.



49432
49433
49434
49435
49436
49437
49438
# File 'lib/quickfix_fields.rb', line 49432

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

Class Method Details

.fieldObject



49429
49430
49431
# File 'lib/quickfix_fields.rb', line 49429

def LegOptionExerciseTimeBusinessCenter.field
  return 41511
end