Class: Quickfix::PaymentStreamCompoundingFinalRateRoundingDirection

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

Returns a new instance of PaymentStreamCompoundingFinalRateRoundingDirection.



69010
69011
69012
69013
69014
69015
69016
# File 'lib/quickfix_fields.rb', line 69010

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

Class Method Details

.fieldObject



69007
69008
69009
# File 'lib/quickfix_fields.rb', line 69007

def PaymentStreamCompoundingFinalRateRoundingDirection.field
	return 42642
end