Class: Quickfix::LegPaymentStreamRateIndex2CurvePeriod

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStreamRateIndex2CurvePeriod



50121
50122
50123
50124
50125
50126
50127
# File 'lib/quickfix_fields.rb', line 50121

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

Class Method Details

.fieldObject



50118
50119
50120
# File 'lib/quickfix_fields.rb', line 50118

def LegPaymentStreamRateIndex2CurvePeriod.field
	return 41564
end