Class: Quickfix::LegPaymentScheduleInterimExchangeDatesBusinessDayConvention

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

Returns a new instance of LegPaymentScheduleInterimExchangeDatesBusinessDayConvention.



32597
32598
32599
32600
32601
32602
32603
# File 'lib/quickfix_fields.rb', line 32597

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

Class Method Details

.fieldObject



32594
32595
32596
# File 'lib/quickfix_fields.rb', line 32594

def LegPaymentScheduleInterimExchangeDatesBusinessDayConvention.field
	return 40408
end