Class: Quickfix::UnderlyingProvisionOptionExerciseFrequencyUnit

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingProvisionOptionExerciseFrequencyUnit

Returns a new instance of UnderlyingProvisionOptionExerciseFrequencyUnit.



59377
59378
59379
59380
59381
59382
59383
# File 'lib/quickfix_fields.rb', line 59377

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