Class: Quickfix::ExerciseDesc

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ExerciseDesc

Returns a new instance of ExerciseDesc.



43621
43622
43623
43624
43625
43626
43627
# File 'lib/quickfix_fields.rb', line 43621

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