Class: Quickfix::NoPaymentScheduleFixingDays

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

Returns a new instance of NoPaymentScheduleFixingDays.



44336
44337
44338
44339
44340
44341
44342
# File 'lib/quickfix_fields.rb', line 44336

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

Class Method Details

.fieldObject



44333
44334
44335
# File 'lib/quickfix_fields.rb', line 44333

def NoPaymentScheduleFixingDays.field
	return 41161
end