Class: Quickfix::UnderlyingPaymentStreamDaysAdjustmentIndicator
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::UnderlyingPaymentStreamDaysAdjustmentIndicator
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamDaysAdjustmentIndicator
constructor
A new instance of UnderlyingPaymentStreamDaysAdjustmentIndicator.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamDaysAdjustmentIndicator
Returns a new instance of UnderlyingPaymentStreamDaysAdjustmentIndicator.
73612 73613 73614 73615 73616 73617 73618 |
# File 'lib/quickfix_fields.rb', line 73612 def initialize(data = nil) if( data == nil ) super(42975) else super(42975, data) end end |
Class Method Details
.field ⇒ Object
73609 73610 73611 |
# File 'lib/quickfix_fields.rb', line 73609 def .field return 42975 end |