Class: Quickfix::NoUnderlyingProvisions
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoUnderlyingProvisions
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingProvisions
constructor
A new instance of NoUnderlyingProvisions.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingProvisions
Returns a new instance of NoUnderlyingProvisions.
59767 59768 59769 59770 59771 59772 59773 |
# File 'lib/quickfix_fields.rb', line 59767 def initialize(data = nil) if( data == nil ) super(42149) else super(42149, data) end end |
Class Method Details
.field ⇒ Object
59764 59765 59766 |
# File 'lib/quickfix_fields.rb', line 59764 def .field return 42149 end |