Class: Quickfix::LegPaymentScheduleFixingDayDistribution

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

Returns a new instance of LegPaymentScheduleFixingDayDistribution.



49848
49849
49850
49851
49852
49853
49854
# File 'lib/quickfix_fields.rb', line 49848

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

Class Method Details

.fieldObject



49845
49846
49847
# File 'lib/quickfix_fields.rb', line 49845

def LegPaymentScheduleFixingDayDistribution.field
	return 41543
end