Class: Quickfix::PaymentStreamRateIndex2CurveUnit

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

Returns a new instance of PaymentStreamRateIndex2CurveUnit.



44778
44779
44780
44781
44782
44783
44784
# File 'lib/quickfix_fields.rb', line 44778

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

Class Method Details

.fieldObject



44775
44776
44777
# File 'lib/quickfix_fields.rb', line 44775

def PaymentStreamRateIndex2CurveUnit.field
	return 41195
end