Class: Quickfix::PaymentStreamCompoundingMethod

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

Instance Method Summary collapse

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