Class: Quickfix::UnderlyingPaymentScheduleFixingDayOfWeek

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

Returns a new instance of UnderlyingPaymentScheduleFixingDayOfWeek.



54710
54711
54712
54713
54714
54715
54716
# File 'lib/quickfix_fields.rb', line 54710

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

Class Method Details

.fieldObject



54707
54708
54709
# File 'lib/quickfix_fields.rb', line 54707

def UnderlyingPaymentScheduleFixingDayOfWeek.field
	return 41879
end