Class: Quickfix::LegPaymentStreamRateIndex2

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

Returns a new instance of LegPaymentStreamRateIndex2.



78409
78410
78411
78412
78413
78414
78415
# File 'lib/quickfix_fields.rb', line 78409

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

Class Method Details

.fieldObject



78406
78407
78408
# File 'lib/quickfix_fields.rb', line 78406

def LegPaymentStreamRateIndex2.field
	return 43116
end