Class: Quickfix::UnderlyingPaymentStreamCompoundingDatesBusinessDayConvention

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

Returns a new instance of UnderlyingPaymentStreamCompoundingDatesBusinessDayConvention.



72689
72690
72691
72692
72693
72694
72695
# File 'lib/quickfix_fields.rb', line 72689

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

Class Method Details

.fieldObject



72686
72687
72688
# File 'lib/quickfix_fields.rb', line 72686

def UnderlyingPaymentStreamCompoundingDatesBusinessDayConvention.field
	return 42904
end