Class: Quickfix::NoUnderlyingOptionExerciseDates

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

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