Class: Quickfix::LegPaymentStreamRateIndexID

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStreamRateIndexID

Returns a new instance of LegPaymentStreamRateIndexID.



76173
76174
76175
76176
76177
76178
76179
# File 'lib/quickfix_fields.rb', line 76173

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