Class: Quickfix::PaymentStreamCompoundingMethod

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) ⇒ PaymentStreamCompoundingMethod

Returns a new instance of PaymentStreamCompoundingMethod.



37004
37005
37006
37007
37008
37009
37010
# File 'lib/quickfix_fields.rb', line 37004

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

Class Method Details

.fieldObject



37001
37002
37003
# File 'lib/quickfix_fields.rb', line 37001

def PaymentStreamCompoundingMethod.field
  return 40747
end