Class: Quickfix::LegPaymentStreamRateIndexLocation

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStreamRateIndexLocation

Returns a new instance of LegPaymentStreamRateIndexLocation.



50134
50135
50136
50137
50138
50139
50140
# File 'lib/quickfix_fields.rb', line 50134

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