Class: Quickfix::LegProvisionOptionExerciseFrequencyPeriod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegProvisionOptionExerciseFrequencyPeriod

Returns a new instance of LegProvisionOptionExerciseFrequencyPeriod.



33533
33534
33535
33536
33537
33538
33539
# File 'lib/quickfix_fields.rb', line 33533

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