Class: Quickfix::LegPaymentStubIndexCurvePeriod

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

Returns a new instance of LegPaymentStubIndexCurvePeriod.



32831
32832
32833
32834
32835
32836
32837
# File 'lib/quickfix_fields.rb', line 32831

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

Class Method Details

.fieldObject



32828
32829
32830
# File 'lib/quickfix_fields.rb', line 32828

def LegPaymentStubIndexCurvePeriod.field
	return 40426
end