Class: Quickfix::UnderlyingPaymentScheduleFixingLagPeriod

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

Returns a new instance of UnderlyingPaymentScheduleFixingLagPeriod.



54892
54893
54894
54895
54896
54897
54898
# File 'lib/quickfix_fields.rb', line 54892

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

Class Method Details

.fieldObject



54889
54890
54891
# File 'lib/quickfix_fields.rb', line 54889

def UnderlyingPaymentScheduleFixingLagPeriod.field
	return 41893
end