Class: Quickfix::LegPaymentStreamRateIndexSource

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

Returns a new instance of LegPaymentStreamRateIndexSource.



31609
31610
31611
31612
31613
31614
31615
# File 'lib/quickfix_fields.rb', line 31609

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

Class Method Details

.fieldObject



31606
31607
31608
# File 'lib/quickfix_fields.rb', line 31606

def LegPaymentStreamRateIndexSource.field
	return 40332
end