Class: Quickfix::UnderlyingProvisionOptionExerciseStartDateRelativeTo

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingProvisionOptionExerciseStartDateRelativeTo

Returns a new instance of UnderlyingProvisionOptionExerciseStartDateRelativeTo.



59403
59404
59405
59406
59407
59408
59409
# File 'lib/quickfix_fields.rb', line 59403

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