Class: Quickfix::MassActionScope

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) ⇒ 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

Class Method Details

.fieldObject



18242
18243
18244
# File 'lib/quickfix_fields.rb', line 18242

def MassActionScope.field
  return 1374
end