Class: Quickfix::PaymentStreamRateIndexLocation

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

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

Class Method Details

.fieldObject



44788
44789
44790
# File 'lib/quickfix_fields.rb', line 44788

def PaymentStreamRateIndexLocation.field
	return 41196
end