Class: Quickfix::PaymentStreamDaysAdjustmentIndicator
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::PaymentStreamDaysAdjustmentIndicator
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamDaysAdjustmentIndicator
constructor
A new instance of PaymentStreamDaysAdjustmentIndicator.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamDaysAdjustmentIndicator
69504 69505 69506 69507 69508 69509 69510 |
# File 'lib/quickfix_fields.rb', line 69504 def initialize(data = nil) if( data == nil ) super(42680) else super(42680, data) end end |
Class Method Details
.field ⇒ Object
69501 69502 69503 |
# File 'lib/quickfix_fields.rb', line 69501 def PaymentStreamDaysAdjustmentIndicator.field return 42680 end |