Class: Quickfix::LegExerciseDesc

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

Class Method Details

.fieldObject



49039
49040
49041
# File 'lib/quickfix_fields.rb', line 49039

def LegExerciseDesc.field
  return 41481
end