Class: Quickfix::CollAction
- Inherits:
-
IntField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ CollAction
Returns a new instance of CollAction.
16568 16569 16570 16571 16572 16573 16574 |
# File 'lib/quickfix_fields.rb', line 16568 def initialize(data = nil) if( data == nil ) super(944) else super(944, data) end end |
Class Method Details
.field ⇒ Object
16565 16566 16567 |
# File 'lib/quickfix_fields.rb', line 16565 def CollAction.field return 944 end |