Class: Quickfix::UnderlyingPaymentStubStartDateBusinessDayConvention

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

Returns a new instance of UnderlyingPaymentStubStartDateBusinessDayConvention.



73859
73860
73861
73862
73863
73864
73865
# File 'lib/quickfix_fields.rb', line 73859

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

Class Method Details

.fieldObject



73856
73857
73858
# File 'lib/quickfix_fields.rb', line 73856

def UnderlyingPaymentStubStartDateBusinessDayConvention.field
	return 42994
end