Class: Quickfix::NoCompIDs
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoCompIDs
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoCompIDs
constructor
A new instance of NoCompIDs.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoCompIDs
Returns a new instance of NoCompIDs.
12629 12630 12631 12632 12633 12634 12635 |
# File 'lib/quickfix_fields.rb', line 12629 def initialize(data = nil) if( data == nil ) super(936) else super(936, data) end end |
Class Method Details
.field ⇒ Object
12626 12627 12628 |
# File 'lib/quickfix_fields.rb', line 12626 def NoCompIDs.field return 936 end |