Class: Quickfix::UnderlyingPaymentScheduleFixingLagUnit

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

Returns a new instance of UnderlyingPaymentScheduleFixingLagUnit.



54905
54906
54907
54908
54909
54910
54911
# File 'lib/quickfix_fields.rb', line 54905

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

Class Method Details

.fieldObject



54902
54903
54904
# File 'lib/quickfix_fields.rb', line 54902

def UnderlyingPaymentScheduleFixingLagUnit.field
	return 41894
end