Class: Quickfix::NoUnderlyingOptionExerciseDates

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

Returns a new instance of NoUnderlyingOptionExerciseDates.



54008
54009
54010
54011
54012
54013
54014
# File 'lib/quickfix_fields.rb', line 54008

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

Class Method Details

.fieldObject



54005
54006
54007
# File 'lib/quickfix_fields.rb', line 54005

def NoUnderlyingOptionExerciseDates.field
  return 41841
end