Class: Quickfix::LegPaymentStreamRateIndexSource

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

Instance Method Summary collapse

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