Class: Quickfix::MDOriginType
- Inherits:
-
IntField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ MDOriginType
Returns a new instance of MDOriginType.
7871 7872 7873 7874 7875 7876 7877 |
# File 'lib/quickfix_fields.rb', line 7871 def initialize(data = nil) if( data == nil ) super(1024) else super(1024, data) end end |
Class Method Details
.field ⇒ Object
7868 7869 7870 |
# File 'lib/quickfix_fields.rb', line 7868 def MDOriginType.field return 1024 end |