Class: Quickfix::PaymentStreamRateMultiplier

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ PaymentStreamRateMultiplier

Returns a new instance of PaymentStreamRateMultiplier.



37602
37603
37604
37605
37606
37607
37608
# File 'lib/quickfix_fields.rb', line 37602

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

Class Method Details

.fieldObject



37599
37600
37601
# File 'lib/quickfix_fields.rb', line 37599

def PaymentStreamRateMultiplier.field
	return 40793
end