Class: Quickfix::LegOptionExerciseExpirationFrequencyPeriod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegOptionExerciseExpirationFrequencyPeriod

Returns a new instance of LegOptionExerciseExpirationFrequencyPeriod.



49562
49563
49564
49565
49566
49567
49568
# File 'lib/quickfix_fields.rb', line 49562

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