Class: Quickfix::UnderlyingPaymentStreamRateIndex2

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

Returns a new instance of UnderlyingPaymentStreamRateIndex2.



78461
78462
78463
78464
78465
78466
78467
# File 'lib/quickfix_fields.rb', line 78461

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

Class Method Details

.fieldObject



78458
78459
78460
# File 'lib/quickfix_fields.rb', line 78458

def UnderlyingPaymentStreamRateIndex2.field
	return 43120
end