Class: Quickfix::NoAsgnReqs
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoAsgnReqs
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoAsgnReqs
constructor
A new instance of NoAsgnReqs.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoAsgnReqs
Returns a new instance of NoAsgnReqs.
19831 19832 19833 19834 19835 19836 19837 |
# File 'lib/quickfix_fields.rb', line 19831 def initialize(data = nil) if( data == nil ) super(1499) else super(1499, data) end end |
Class Method Details
.field ⇒ Object
19828 19829 19830 |
# File 'lib/quickfix_fields.rb', line 19828 def NoAsgnReqs.field return 1499 end |