Class: Quickfix::UnderlyingProvisionOptionExerciseBoundsLastDateUnadjusted

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

Returns a new instance of UnderlyingProvisionOptionExerciseBoundsLastDateUnadjusted.



59494
59495
59496
59497
59498
59499
59500
# File 'lib/quickfix_fields.rb', line 59494

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

Class Method Details

.fieldObject



59491
59492
59493
# File 'lib/quickfix_fields.rb', line 59491

def UnderlyingProvisionOptionExerciseBoundsLastDateUnadjusted.field
  return 42128
end