Class: Quickfix::MassActionType

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ MassActionType

Returns a new instance of MassActionType.



18232
18233
18234
18235
18236
18237
18238
# File 'lib/quickfix_fields.rb', line 18232

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

Class Method Details

.fieldObject



18229
18230
18231
# File 'lib/quickfix_fields.rb', line 18229

def MassActionType.field
	return 1373
end