Class: Quickfix::NoUnderlyings
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoUnderlyings
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyings
constructor
A new instance of NoUnderlyings.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyings
Returns a new instance of NoUnderlyings.
9756 9757 9758 9759 9760 9761 9762 |
# File 'lib/quickfix_fields.rb', line 9756 def initialize(data = nil) if( data == nil ) super(711) else super(711, data) end end |
Class Method Details
.field ⇒ Object
9753 9754 9755 |
# File 'lib/quickfix_fields.rb', line 9753 def .field return 711 end |