Class: Quickfix::CollAction
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::CollAction
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CollAction
constructor
A new instance of CollAction.
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 |