Class: Quickfix::UnderlyingPaymentStreamCompoundingEndDateRelativeTo

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

Returns a new instance of UnderlyingPaymentStreamCompoundingEndDateRelativeTo.



72871
72872
72873
72874
72875
72876
72877
# File 'lib/quickfix_fields.rb', line 72871

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

Class Method Details

.fieldObject



72868
72869
72870
# File 'lib/quickfix_fields.rb', line 72868

def UnderlyingPaymentStreamCompoundingEndDateRelativeTo.field
	return 42918
end