Class: Quickfix::NoUnderlyingOptionExerciseExpirationDates

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



54203
54204
54205
54206
54207
54208
54209
# File 'lib/quickfix_fields.rb', line 54203

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

Class Method Details

.fieldObject



54200
54201
54202
# File 'lib/quickfix_fields.rb', line 54200

def NoUnderlyingOptionExerciseExpirationDates.field
  return 41856
end