Class: Quickfix::MDEntryType
- Inherits:
-
CharField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ MDEntryType
Returns a new instance of MDEntryType.
5557 5558 5559 5560 5561 5562 5563 |
# File 'lib/quickfix_fields.rb', line 5557 def initialize(data = nil) if( data == nil ) super(269) else super(269, data) end end |
Class Method Details
.field ⇒ Object
5554 5555 5556 |
# File 'lib/quickfix_fields.rb', line 5554 def MDEntryType.field return 269 end |