Class: Quickfix::UnderlyingPaymentStreamCompoundingStartDateRelativeTo

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

Returns a new instance of UnderlyingPaymentStreamCompoundingStartDateRelativeTo.



73183
73184
73185
73186
73187
73188
73189
# File 'lib/quickfix_fields.rb', line 73183

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

Class Method Details

.fieldObject



73180
73181
73182
# File 'lib/quickfix_fields.rb', line 73180

def UnderlyingPaymentStreamCompoundingStartDateRelativeTo.field
	return 42942
end