Class: Quickfix::LegExerciseDesc

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegExerciseDesc

Returns a new instance of LegExerciseDesc.



49042
49043
49044
49045
49046
49047
49048
# File 'lib/quickfix_fields.rb', line 49042

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