Class: Quickfix::LegPaymentStreamCompoundingFinalRateRoundingDirection

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStreamCompoundingFinalRateRoundingDirection

Returns a new instance of LegPaymentStreamCompoundingFinalRateRoundingDirection.



66436
66437
66438
66439
66440
66441
66442
# File 'lib/quickfix_fields.rb', line 66436

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