Class: Quickfix::MassActionScope

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ MassActionScope

Returns a new instance of MassActionScope.



4868
4869
4870
4871
4872
4873
4874
# File 'lib/quickfix_fields.rb', line 4868

def initialize(data = nil)
	if( data == nil )
		super(1374)
	else
		super(1374, data)
	end
end

Class Method Details

.fieldObject



4865
4866
4867
# File 'lib/quickfix_fields.rb', line 4865

def MassActionScope.field
	return 1374
end