Class: Quickfix::UnderlyingProvisionOptionExerciseStartDateOffsetDayType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingProvisionOptionExerciseStartDateOffsetDayType



59442
59443
59444
59445
59446
59447
59448
# File 'lib/quickfix_fields.rb', line 59442

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