Class: Quickfix::LegPaymentStreamCompoundingFinalRateRoundingDirection
- Inherits:
-
CharField
- Object
- CharField
- Quickfix::LegPaymentStreamCompoundingFinalRateRoundingDirection
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamCompoundingFinalRateRoundingDirection
constructor
A new instance of LegPaymentStreamCompoundingFinalRateRoundingDirection.
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 |