Class: Quickfix::OptionExerciseTimeBusinessCenter

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

Returns a new instance of OptionExerciseTimeBusinessCenter.



44011
44012
44013
44014
44015
44016
44017
# File 'lib/quickfix_fields.rb', line 44011

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

Class Method Details

.fieldObject



44008
44009
44010
# File 'lib/quickfix_fields.rb', line 44008

def OptionExerciseTimeBusinessCenter.field
  return 41136
end