Class: Quickfix::MDSubBookType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::MDSubBookType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MDSubBookType
constructor
A new instance of MDSubBookType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ MDSubBookType
Returns a new instance of MDSubBookType.
15645 15646 15647 15648 15649 15650 15651 |
# File 'lib/quickfix_fields.rb', line 15645 def initialize(data = nil) if( data == nil ) super(1173) else super(1173, data) end end |
Class Method Details
.field ⇒ Object
15642 15643 15644 |
# File 'lib/quickfix_fields.rb', line 15642 def MDSubBookType.field return 1173 end |