Class: Quickfix::LegPaymentStreamCompoundingFrequencyPeriod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStreamCompoundingFrequencyPeriod



66085
66086
66087
66088
66089
66090
66091
# File 'lib/quickfix_fields.rb', line 66085

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