Class: Quickfix::LinkageHandlingIndicator
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::LinkageHandlingIndicator
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LinkageHandlingIndicator
constructor
A new instance of LinkageHandlingIndicator.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ LinkageHandlingIndicator
Returns a new instance of LinkageHandlingIndicator.
60690 60691 60692 60693 60694 60695 60696 |
# File 'lib/quickfix_fields.rb', line 60690 def initialize(data = nil) if( data == nil ) super(2448) else super(2448, data) end end |
Class Method Details
.field ⇒ Object
60687 60688 60689 |
# File 'lib/quickfix_fields.rb', line 60687 def LinkageHandlingIndicator.field return 2448 end |