Class: Quickfix::NoUnderlyingPaymentScheduleFixingDays

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

Returns a new instance of NoUnderlyingPaymentScheduleFixingDays.



54697
54698
54699
54700
54701
54702
54703
# File 'lib/quickfix_fields.rb', line 54697

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

Class Method Details

.fieldObject



54694
54695
54696
# File 'lib/quickfix_fields.rb', line 54694

def NoUnderlyingPaymentScheduleFixingDays.field
	return 41878
end