Class: Quickfix::LegPaymentScheduleFixingDayCount

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPaymentScheduleFixingDayCount

Returns a new instance of LegPaymentScheduleFixingDayCount.



49861
49862
49863
49864
49865
49866
49867
# File 'lib/quickfix_fields.rb', line 49861

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