Class: Quickfix::CollAction

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

Instance Method Summary collapse

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