Class: Quickfix::HandlInst
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- CharField
- Quickfix::HandlInst
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ HandlInst
constructor
A new instance of HandlInst.
Methods inherited from CharField
Constructor Details
#initialize(data = nil) ⇒ HandlInst
Returns a new instance of HandlInst.
1124 1125 1126 1127 1128 1129 1130 |
# File 'lib/quickfix_fields.rb', line 1124 def initialize(data = nil) if( data == nil ) super(21) else super(21, data) end end |
Class Method Details
.field ⇒ Object
1121 1122 1123 |
# File 'lib/quickfix_fields.rb', line 1121 def HandlInst.field return 21 end |