Class: Quickfix::PaymentScheduleFixingDateOffsetDayType

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

Returns a new instance of PaymentScheduleFixingDateOffsetDayType.



38434
38435
38436
38437
38438
38439
38440
# File 'lib/quickfix_fields.rb', line 38434

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

Class Method Details

.fieldObject



38431
38432
38433
# File 'lib/quickfix_fields.rb', line 38431

def PaymentScheduleFixingDateOffsetDayType.field
	return 40857
end