Class: Quickfix::IOITransType
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- CharField
- Quickfix::IOITransType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ IOITransType
constructor
A new instance of IOITransType.
Methods inherited from CharField
Constructor Details
#initialize(data = nil) ⇒ IOITransType
Returns a new instance of IOITransType.
1215 1216 1217 1218 1219 1220 1221 |
# File 'lib/quickfix_fields.rb', line 1215 def initialize(data = nil) if( data == nil ) super(28) else super(28, data) end end |
Class Method Details
.field ⇒ Object
1212 1213 1214 |
# File 'lib/quickfix_fields.rb', line 1212 def IOITransType.field return 28 end |