Class: Quickfix::MDUpdateType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::MDUpdateType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MDUpdateType
constructor
A new instance of MDUpdateType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ MDUpdateType
Returns a new instance of MDUpdateType.
3334 3335 3336 3337 3338 3339 3340 |
# File 'lib/quickfix_fields.rb', line 3334 def initialize(data = nil) if( data == nil ) super(265) else super(265, data) end end |
Class Method Details
.field ⇒ Object
3331 3332 3333 |
# File 'lib/quickfix_fields.rb', line 3331 def MDUpdateType.field return 265 end |