Class: Quickfix::UnderlyingOptionExerciseLatestTime

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingOptionExerciseLatestTime

Returns a new instance of UnderlyingOptionExerciseLatestTime.



53982
53983
53984
53985
53986
53987
53988
# File 'lib/quickfix_fields.rb', line 53982

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

Class Method Details

.fieldObject



53979
53980
53981
# File 'lib/quickfix_fields.rb', line 53979

def UnderlyingOptionExerciseLatestTime.field
  return 41839
end