Class: Quickfix::UnderlyingPaymentStreamCompoundingFinalRateRoundingDirection
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- CharField
- Quickfix::UnderlyingPaymentStreamCompoundingFinalRateRoundingDirection
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingFinalRateRoundingDirection
constructor
A new instance of UnderlyingPaymentStreamCompoundingFinalRateRoundingDirection.
Methods inherited from CharField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingFinalRateRoundingDirection
Returns a new instance of UnderlyingPaymentStreamCompoundingFinalRateRoundingDirection.
73118 73119 73120 73121 73122 73123 73124 |
# File 'lib/quickfix_fields.rb', line 73118 def initialize(data = nil) if( data == nil ) super(42937) else super(42937, data) end end |
Class Method Details
.field ⇒ Object
73115 73116 73117 |
# File 'lib/quickfix_fields.rb', line 73115 def .field return 42937 end |