Class: Quickfix::UnderlyingPaymentStreamRateMultiplier

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

Returns a new instance of UnderlyingPaymentStreamRateMultiplier.



35405
35406
35407
35408
35409
35410
35411
# File 'lib/quickfix_fields.rb', line 35405

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

Class Method Details

.fieldObject



35402
35403
35404
# File 'lib/quickfix_fields.rb', line 35402

def UnderlyingPaymentStreamRateMultiplier.field
	return 40624
end