Class: Quickfix::UnderlyingOptionExerciseSkip

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

Returns a new instance of UnderlyingOptionExerciseSkip.



53917
53918
53919
53920
53921
53922
53923
# File 'lib/quickfix_fields.rb', line 53917

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

Class Method Details

.fieldObject



53914
53915
53916
# File 'lib/quickfix_fields.rb', line 53914

def UnderlyingOptionExerciseSkip.field
  return 41834
end