Class: Quickfix::LegOptionExerciseBusinessCenter

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

Returns a new instance of LegOptionExerciseBusinessCenter.



49185
49186
49187
49188
49189
49190
49191
# File 'lib/quickfix_fields.rb', line 49185

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

Class Method Details

.fieldObject



49182
49183
49184
# File 'lib/quickfix_fields.rb', line 49182

def LegOptionExerciseBusinessCenter.field
  return 41492
end