Class: Quickfix::UnderlyingOptionExerciseStartDateRelativeTo

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingOptionExerciseStartDateRelativeTo

Returns a new instance of UnderlyingOptionExerciseStartDateRelativeTo.



53852
53853
53854
53855
53856
53857
53858
# File 'lib/quickfix_fields.rb', line 53852

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

Class Method Details

.fieldObject



53849
53850
53851
# File 'lib/quickfix_fields.rb', line 53849

def UnderlyingOptionExerciseStartDateRelativeTo.field
  return 41829
end