Class: Quickfix::UnderlyingPaymentStreamCompoundingRollConvention

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingRollConvention

Returns a new instance of UnderlyingPaymentStreamCompoundingRollConvention.



72793
72794
72795
72796
72797
72798
72799
# File 'lib/quickfix_fields.rb', line 72793

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