Class: Quickfix::MDUpdateType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::MDUpdateType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MDUpdateType
constructor
A new instance of MDUpdateType.
Constructor Details
#initialize(data = nil) ⇒ MDUpdateType
6844 6845 6846 6847 6848 6849 6850 |
# File 'lib/quickfix_fields.rb', line 6844 def initialize(data = nil) if( data == nil ) super(265) else super(265, data) end end |
Class Method Details
.field ⇒ Object
6841 6842 6843 |
# File 'lib/quickfix_fields.rb', line 6841 def MDUpdateType.field return 265 end |