Class: Quickfix::MassActionScope

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ MassActionScope

Returns a new instance of MassActionScope.



18245
18246
18247
18248
18249
18250
18251
# File 'lib/quickfix_fields.rb', line 18245

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