Class: Quickfix::MDMkt
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::MDMkt
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MDMkt
constructor
A new instance of MDMkt.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ MDMkt
3464 3465 3466 3467 3468 3469 3470 |
# File 'lib/quickfix_fields.rb', line 3464 def initialize(data = nil) if( data == nil ) super(275) else super(275, data) end end |
Class Method Details
.field ⇒ Object
3461 3462 3463 |
# File 'lib/quickfix_fields.rb', line 3461 def MDMkt.field return 275 end |