Class: Quickfix::MsgType
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::MsgType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MsgType
constructor
A new instance of MsgType.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ MsgType
Returns a new instance of MsgType.
84 85 86 87 88 89 90 |
# File 'lib/quickfix_fields.rb', line 84 def initialize(data = nil) if( data == nil ) super(35) else super(35, data) end end |
Class Method Details
.field ⇒ Object
81 82 83 |
# File 'lib/quickfix_fields.rb', line 81 def MsgType.field return 35 end |