Class: Quickfix::MDEntrySize
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::MDEntrySize
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MDEntrySize
constructor
A new instance of MDEntrySize.
Constructor Details
#initialize(data = nil) ⇒ MDEntrySize
Returns a new instance of MDEntrySize.
11979 11980 11981 11982 11983 11984 11985 |
# File 'lib/quickfix_fields.rb', line 11979 def initialize(data = nil) if( data == nil ) super(271) else super(271, data) end end |
Class Method Details
.field ⇒ Object
11976 11977 11978 |
# File 'lib/quickfix_fields.rb', line 11976 def MDEntrySize.field return 271 end |