Class: Quickfix::PaymentStreamRateIndexID

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

Returns a new instance of PaymentStreamRateIndexID.



76212
76213
76214
76215
76216
76217
76218
# File 'lib/quickfix_fields.rb', line 76212

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

Class Method Details

.fieldObject



76209
76210
76211
# File 'lib/quickfix_fields.rb', line 76209

def PaymentStreamRateIndexID.field
	return 43090
end