Class: Quickfix::NoProvisions
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoProvisions
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoProvisions
constructor
A new instance of NoProvisions.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoProvisions
Returns a new instance of NoProvisions.
28476 28477 28478 28479 28480 28481 28482 |
# File 'lib/quickfix_fields.rb', line 28476 def initialize(data = nil) if( data == nil ) super(40090) else super(40090, data) end end |
Class Method Details
.field ⇒ Object
28473 28474 28475 |
# File 'lib/quickfix_fields.rb', line 28473 def NoProvisions.field return 40090 end |