Class: Quickfix::UnderlyingPaymentStreamRateIndexID

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

Returns a new instance of UnderlyingPaymentStreamRateIndexID.



76316
76317
76318
76319
76320
76321
76322
# File 'lib/quickfix_fields.rb', line 76316

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

Class Method Details

.fieldObject



76313
76314
76315
# File 'lib/quickfix_fields.rb', line 76313

def UnderlyingPaymentStreamRateIndexID.field
	return 43092
end