Class: Quickfix::MDEntryType
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- CharField
- Quickfix::MDEntryType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MDEntryType
constructor
A new instance of MDEntryType.
Methods inherited from CharField
Constructor Details
#initialize(data = nil) ⇒ MDEntryType
Returns a new instance of MDEntryType.
3386 3387 3388 3389 3390 3391 3392 |
# File 'lib/quickfix_fields.rb', line 3386 def initialize(data = nil) if( data == nil ) super(269) else super(269, data) end end |
Class Method Details
.field ⇒ Object
3383 3384 3385 |
# File 'lib/quickfix_fields.rb', line 3383 def MDEntryType.field return 269 end |