Class: Quickfix::CollAction

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

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

.fieldObject



16565
16566
16567
# File 'lib/quickfix_fields.rb', line 16565

def CollAction.field
	return 944
end