Class: Quickfix::PaymentStreamRateIndexLocation

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PaymentStreamRateIndexLocation

Returns a new instance of PaymentStreamRateIndexLocation.



44791
44792
44793
44794
44795
44796
44797
# File 'lib/quickfix_fields.rb', line 44791

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