Class: Quickfix::UnderlyingProvisionOptionExerciseStartDateRelativeTo

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

Class Method Details

.fieldObject



59400
59401
59402
# File 'lib/quickfix_fields.rb', line 59400

def UnderlyingProvisionOptionExerciseStartDateRelativeTo.field
  return 42121
end