Class: Quickfix::LegPaymentStreamCompoundingFinalRateRoundingDirection
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- CharField
- Quickfix::LegPaymentStreamCompoundingFinalRateRoundingDirection
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamCompoundingFinalRateRoundingDirection
constructor
A new instance of LegPaymentStreamCompoundingFinalRateRoundingDirection.
Methods inherited from CharField
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 |
Class Method Details
.field ⇒ Object
66433 66434 66435 |
# File 'lib/quickfix_fields.rb', line 66433 def LegPaymentStreamCompoundingFinalRateRoundingDirection.field return 42441 end |