Class: Quickfix::UnderlyingPaymentStreamCompoundingMethod

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingMethod

Returns a new instance of UnderlyingPaymentStreamCompoundingMethod.



34794
34795
34796
34797
34798
34799
34800
# File 'lib/quickfix_fields.rb', line 34794

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

Class Method Details

.fieldObject



34791
34792
34793
# File 'lib/quickfix_fields.rb', line 34791

def UnderlyingPaymentStreamCompoundingMethod.field
  return 40577
end