Class: Quickfix::MDOriginType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::MDOriginType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MDOriginType
constructor
A new instance of MDOriginType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ MDOriginType
Returns a new instance of MDOriginType.
13747 13748 13749 13750 13751 13752 13753 |
# File 'lib/quickfix_fields.rb', line 13747 def initialize(data = nil) if( data == nil ) super(1024) else super(1024, data) end end |
Class Method Details
.field ⇒ Object
13744 13745 13746 |
# File 'lib/quickfix_fields.rb', line 13744 def MDOriginType.field return 1024 end |