Class: Quickfix::UnderlyingProvisionOptionExercisePeriodSkip

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

Returns a new instance of UnderlyingProvisionOptionExercisePeriodSkip.



59468
59469
59470
59471
59472
59473
59474
# File 'lib/quickfix_fields.rb', line 59468

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

Class Method Details

.fieldObject



59465
59466
59467
# File 'lib/quickfix_fields.rb', line 59465

def UnderlyingProvisionOptionExercisePeriodSkip.field
  return 42126
end