Class: Quickfix::MDEntryID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::MDEntryID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MDEntryID
constructor
A new instance of MDEntryID.
Constructor Details
#initialize(data = nil) ⇒ MDEntryID
Returns a new instance of MDEntryID.
15034 15035 15036 15037 15038 15039 15040 |
# File 'lib/quickfix_fields.rb', line 15034 def initialize(data = nil) if( data == nil ) super(278) else super(278, data) end end |
Class Method Details
.field ⇒ Object
15031 15032 15033 |
# File 'lib/quickfix_fields.rb', line 15031 def MDEntryID.field return 278 end |