Class: Quickfix::PaymentScheduleFixingDayNumber

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

Returns a new instance of PaymentScheduleFixingDayNumber.



44362
44363
44364
44365
44366
44367
44368
# File 'lib/quickfix_fields.rb', line 44362

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

Class Method Details

.fieldObject



44359
44360
44361
# File 'lib/quickfix_fields.rb', line 44359

def PaymentScheduleFixingDayNumber.field
	return 41163
end