Class: Quickfix::UnderlyingProvisionOptionExercisePeriodSkip

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ 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