Class: Quickfix::UnderlyingPaymentStreamCompoundingDatesRelativeTo

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

Returns a new instance of UnderlyingPaymentStreamCompoundingDatesRelativeTo.



72702
72703
72704
72705
72706
72707
72708
# File 'lib/quickfix_fields.rb', line 72702

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

Class Method Details

.fieldObject



72699
72700
72701
# File 'lib/quickfix_fields.rb', line 72699

def UnderlyingPaymentStreamCompoundingDatesRelativeTo.field
	return 42905
end