Class: Quickfix::UnderlyingPaymentStreamCompoundingFinalRateRoundingDirection

Inherits:
CharField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from CharField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingFinalRateRoundingDirection

Returns a new instance of UnderlyingPaymentStreamCompoundingFinalRateRoundingDirection.



73118
73119
73120
73121
73122
73123
73124
# File 'lib/quickfix_fields.rb', line 73118

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

Class Method Details

.fieldObject



73115
73116
73117
# File 'lib/quickfix_fields.rb', line 73115

def UnderlyingPaymentStreamCompoundingFinalRateRoundingDirection.field
	return 42937
end