Class: Quickfix::LegProvisionOptionExerciseStartDateRelativeTo

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

Returns a new instance of LegProvisionOptionExerciseStartDateRelativeTo.



33572
33573
33574
33575
33576
33577
33578
# File 'lib/quickfix_fields.rb', line 33572

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

Class Method Details

.fieldObject



33569
33570
33571
# File 'lib/quickfix_fields.rb', line 33569

def LegProvisionOptionExerciseStartDateRelativeTo.field
  return 40483
end