Class: Quickfix::LegOptionExerciseBusinessCenter

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

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