Class: Quickfix::LegPaymentScheduleFixingDateOffsetPeriod

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

Returns a new instance of LegPaymentScheduleFixingDateOffsetPeriod.



32506
32507
32508
32509
32510
32511
32512
# File 'lib/quickfix_fields.rb', line 32506

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

Class Method Details

.fieldObject



32503
32504
32505
# File 'lib/quickfix_fields.rb', line 32503

def LegPaymentScheduleFixingDateOffsetPeriod.field
	return 40401
end