Class: Quickfix::PaymentStreamCompoundingRollConvention

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

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

Class Method Details

.fieldObject



68682
68683
68684
# File 'lib/quickfix_fields.rb', line 68682

def PaymentStreamCompoundingRollConvention.field
  return 42617
end