Class: Quickfix::CommType
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- CharField
- Quickfix::CommType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CommType
constructor
A new instance of CommType.
Methods inherited from CharField
Constructor Details
#initialize(data = nil) ⇒ CommType
Returns a new instance of CommType.
1033 1034 1035 1036 1037 1038 1039 |
# File 'lib/quickfix_fields.rb', line 1033 def initialize(data = nil) if( data == nil ) super(13) else super(13, data) end end |
Class Method Details
.field ⇒ Object
1030 1031 1032 |
# File 'lib/quickfix_fields.rb', line 1030 def CommType.field return 13 end |