Class: Quickfix::UnderlyingPaymentStreamInflationIndexSource

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

Returns a new instance of UnderlyingPaymentStreamInflationIndexSource.



35652
35653
35654
35655
35656
35657
35658
# File 'lib/quickfix_fields.rb', line 35652

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

Class Method Details

.fieldObject



35649
35650
35651
# File 'lib/quickfix_fields.rb', line 35649

def UnderlyingPaymentStreamInflationIndexSource.field
	return 40643
end