Class: Quickfix::UnderlyingPaymentStreamMarketRate

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

Returns a new instance of UnderlyingPaymentStreamMarketRate.



34690
34691
34692
34693
34694
34695
34696
# File 'lib/quickfix_fields.rb', line 34690

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

Class Method Details

.fieldObject



34687
34688
34689
# File 'lib/quickfix_fields.rb', line 34687

def UnderlyingPaymentStreamMarketRate.field
	return 40569
end