Class: Quickfix::LegPaymentScheduleFixingDayDistribution

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

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