Class: Quickfix::PaymentStreamRateIndexIDSource

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) ⇒ PaymentStreamRateIndexIDSource

Returns a new instance of PaymentStreamRateIndexIDSource.



76225
76226
76227
76228
76229
76230
76231
# File 'lib/quickfix_fields.rb', line 76225

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

Class Method Details

.fieldObject



76222
76223
76224
# File 'lib/quickfix_fields.rb', line 76222

def PaymentStreamRateIndexIDSource.field
	return 43091
end