Class: Quickfix::UnderlyingPaymentStreamCompoundingFrequencyPeriod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingFrequencyPeriod

Returns a new instance of UnderlyingPaymentStreamCompoundingFrequencyPeriod.



72767
72768
72769
72770
72771
72772
72773
# File 'lib/quickfix_fields.rb', line 72767

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