Class: Quickfix::CollAction
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::CollAction
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CollAction
constructor
A new instance of CollAction.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ CollAction
Returns a new instance of CollAction.
12733 12734 12735 12736 12737 12738 12739 |
# File 'lib/quickfix_fields.rb', line 12733 def initialize(data = nil) if( data == nil ) super(944) else super(944, data) end end |
Class Method Details
.field ⇒ Object
12730 12731 12732 |
# File 'lib/quickfix_fields.rb', line 12730 def CollAction.field return 944 end |