Class: Quickfix::PaymentStreamCompoundingRollConvention

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PaymentStreamCompoundingRollConvention

Returns a new instance of PaymentStreamCompoundingRollConvention.



68685
68686
68687
68688
68689
68690
68691
# File 'lib/quickfix_fields.rb', line 68685

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