Class: Quickfix::UnderlyingExerciseDesc

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

Returns a new instance of UnderlyingExerciseDesc.



53605
53606
53607
53608
53609
53610
53611
# File 'lib/quickfix_fields.rb', line 53605

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

Class Method Details

.fieldObject



53602
53603
53604
# File 'lib/quickfix_fields.rb', line 53602

def UnderlyingExerciseDesc.field
  return 41810
end