Class: Quickfix::UnderlyingPaymentStreamFinalRateRoundingDirection
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- CharField
- Quickfix::UnderlyingPaymentStreamFinalRateRoundingDirection
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamFinalRateRoundingDirection
constructor
A new instance of UnderlyingPaymentStreamFinalRateRoundingDirection.
Methods inherited from CharField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamFinalRateRoundingDirection
Returns a new instance of UnderlyingPaymentStreamFinalRateRoundingDirection.
35548 35549 35550 35551 35552 35553 35554 |
# File 'lib/quickfix_fields.rb', line 35548 def initialize(data = nil) if( data == nil ) super(40635) else super(40635, data) end end |
Class Method Details
.field ⇒ Object
35545 35546 35547 |
# File 'lib/quickfix_fields.rb', line 35545 def .field return 40635 end |