Class: Quickfix::UnderlyingOptionExerciseExpirationDateRelativeTo

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

Returns a new instance of UnderlyingOptionExerciseExpirationDateRelativeTo.



54086
54087
54088
54089
54090
54091
54092
# File 'lib/quickfix_fields.rb', line 54086

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

Class Method Details

.fieldObject



54083
54084
54085
# File 'lib/quickfix_fields.rb', line 54083

def UnderlyingOptionExerciseExpirationDateRelativeTo.field
  return 41847
end