Class: Quickfix::UnderlyingPaymentStreamPaymentDateBusinessDayConvention

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

Returns a new instance of UnderlyingPaymentStreamPaymentDateBusinessDayConvention.



34846
34847
34848
34849
34850
34851
34852
# File 'lib/quickfix_fields.rb', line 34846

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

Class Method Details

.fieldObject



34843
34844
34845
# File 'lib/quickfix_fields.rb', line 34843

def UnderlyingPaymentStreamPaymentDateBusinessDayConvention.field
	return 40581
end