Class: Quickfix::PaymentStreamRateTreatment

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PaymentStreamRateTreatment

Returns a new instance of PaymentStreamRateTreatment.



37641
37642
37643
37644
37645
37646
37647
# File 'lib/quickfix_fields.rb', line 37641

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