Class: Quickfix::UnderlyingPaymentStreamRateIndexIDSource

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

Returns a new instance of UnderlyingPaymentStreamRateIndexIDSource.



76329
76330
76331
76332
76333
76334
76335
# File 'lib/quickfix_fields.rb', line 76329

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

Class Method Details

.fieldObject



76326
76327
76328
# File 'lib/quickfix_fields.rb', line 76326

def UnderlyingPaymentStreamRateIndexIDSource.field
	return 43093
end