Class: Quickfix::UnderlyingPaymentStreamCompoundingDateType

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

Returns a new instance of UnderlyingPaymentStreamCompoundingDateType.



72676
72677
72678
72679
72680
72681
72682
# File 'lib/quickfix_fields.rb', line 72676

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

Class Method Details

.fieldObject



72673
72674
72675
# File 'lib/quickfix_fields.rb', line 72673

def UnderlyingPaymentStreamCompoundingDateType.field
	return 42903
end