Class: Quickfix::NoUnderlyingProvisionOptionExerciseFixedDates

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

Returns a new instance of NoUnderlyingProvisionOptionExerciseFixedDates.



59286
59287
59288
59289
59290
59291
59292
# File 'lib/quickfix_fields.rb', line 59286

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

Class Method Details

.fieldObject



59283
59284
59285
# File 'lib/quickfix_fields.rb', line 59283

def NoUnderlyingProvisionOptionExerciseFixedDates.field
  return 42112
end