Class: Quickfix::LegPaymentStreamFinalRateRoundingDirection

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

Returns a new instance of LegPaymentStreamFinalRateRoundingDirection.



31791
31792
31793
31794
31795
31796
31797
# File 'lib/quickfix_fields.rb', line 31791

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

Class Method Details

.fieldObject



31788
31789
31790
# File 'lib/quickfix_fields.rb', line 31788

def LegPaymentStreamFinalRateRoundingDirection.field
	return 40346
end