Class: Quickfix::UnderlyingProvisionOptionExerciseLatestTime

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

Returns a new instance of UnderlyingProvisionOptionExerciseLatestTime.



59533
59534
59535
59536
59537
59538
59539
# File 'lib/quickfix_fields.rb', line 59533

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

Class Method Details

.fieldObject



59530
59531
59532
# File 'lib/quickfix_fields.rb', line 59530

def UnderlyingProvisionOptionExerciseLatestTime.field
  return 42131
end