Class: Quickfix::PaymentStreamNegativeRateTreatment

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

Returns a new instance of PaymentStreamNegativeRateTreatment.



37784
37785
37786
37787
37788
37789
37790
# File 'lib/quickfix_fields.rb', line 37784

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

Class Method Details

.fieldObject



37781
37782
37783
# File 'lib/quickfix_fields.rb', line 37781

def PaymentStreamNegativeRateTreatment.field
	return 40807
end