Class: Quickfix::LegPaymentStreamDaysAdjustmentIndicator
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::LegPaymentStreamDaysAdjustmentIndicator
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamDaysAdjustmentIndicator
constructor
A new instance of LegPaymentStreamDaysAdjustmentIndicator.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamDaysAdjustmentIndicator
Returns a new instance of LegPaymentStreamDaysAdjustmentIndicator.
66930 66931 66932 66933 66934 66935 66936 |
# File 'lib/quickfix_fields.rb', line 66930 def initialize(data = nil) if( data == nil ) super(42479) else super(42479, data) end end |
Class Method Details
.field ⇒ Object
66927 66928 66929 |
# File 'lib/quickfix_fields.rb', line 66927 def LegPaymentStreamDaysAdjustmentIndicator.field return 42479 end |