Class: Quickfix::TerminationType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::TerminationType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TerminationType
constructor
A new instance of TerminationType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ TerminationType
Returns a new instance of TerminationType.
10757 10758 10759 10760 10761 10762 10763 |
# File 'lib/quickfix_fields.rb', line 10757 def initialize(data = nil) if( data == nil ) super(788) else super(788, data) end end |
Class Method Details
.field ⇒ Object
10754 10755 10756 |
# File 'lib/quickfix_fields.rb', line 10754 def TerminationType.field return 788 end |