Class: Quickfix::UnderlyingOptionExerciseDateType

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

Returns a new instance of UnderlyingOptionExerciseDateType.



54034
54035
54036
54037
54038
54039
54040
# File 'lib/quickfix_fields.rb', line 54034

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

Class Method Details

.fieldObject



54031
54032
54033
# File 'lib/quickfix_fields.rb', line 54031

def UnderlyingOptionExerciseDateType.field
  return 41843
end