Class: Quickfix::PaymentStreamRateIndex

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

Returns a new instance of PaymentStreamRateIndex.



37550
37551
37552
37553
37554
37555
37556
# File 'lib/quickfix_fields.rb', line 37550

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

Class Method Details

.fieldObject



37547
37548
37549
# File 'lib/quickfix_fields.rb', line 37547

def PaymentStreamRateIndex.field
	return 40789
end