Class: Quickfix::UnderlyingOptionExerciseExpirationDateType

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

Returns a new instance of UnderlyingOptionExerciseExpirationDateType.



54229
54230
54231
54232
54233
54234
54235
# File 'lib/quickfix_fields.rb', line 54229

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

Class Method Details

.fieldObject



54226
54227
54228
# File 'lib/quickfix_fields.rb', line 54226

def UnderlyingOptionExerciseExpirationDateType.field
  return 41858
end