Class: Quickfix::PaymentStreamRateTreatment

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

Class Method Details

.fieldObject



37638
37639
37640
# File 'lib/quickfix_fields.rb', line 37638

def PaymentStreamRateTreatment.field
	return 40796
end