Class: Quickfix::MDFeedType
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::MDFeedType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MDFeedType
constructor
A new instance of MDFeedType.
Constructor Details
#initialize(data = nil) ⇒ MDFeedType
Returns a new instance of MDFeedType.
15775 15776 15777 15778 15779 15780 15781 |
# File 'lib/quickfix_fields.rb', line 15775 def initialize(data = nil) if( data == nil ) super(1022) else super(1022, data) end end |
Class Method Details
.field ⇒ Object
15772 15773 15774 |
# File 'lib/quickfix_fields.rb', line 15772 def MDFeedType.field return 1022 end |