Class: Quickfix::MDReqID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::MDReqID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MDReqID
constructor
A new instance of MDReqID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ MDReqID
Returns a new instance of MDReqID.
3295 3296 3297 3298 3299 3300 3301 |
# File 'lib/quickfix_fields.rb', line 3295 def initialize(data = nil) if( data == nil ) super(262) else super(262, data) end end |
Class Method Details
.field ⇒ Object
3292 3293 3294 |
# File 'lib/quickfix_fields.rb', line 3292 def MDReqID.field return 262 end |