Class: Quickfix::MDBookType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::MDBookType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MDBookType
constructor
A new instance of MDBookType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ MDBookType
13708 13709 13710 13711 13712 13713 13714 |
# File 'lib/quickfix_fields.rb', line 13708 def initialize(data = nil) if( data == nil ) super(1021) else super(1021, data) end end |
Class Method Details
.field ⇒ Object
13705 13706 13707 |
# File 'lib/quickfix_fields.rb', line 13705 def MDBookType.field return 1021 end |