Class: Quickfix::MassActionReason

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

Returns a new instance of MassActionReason.



75315
75316
75317
75318
75319
75320
75321
# File 'lib/quickfix_fields.rb', line 75315

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

Class Method Details

.fieldObject



75312
75313
75314
# File 'lib/quickfix_fields.rb', line 75312

def MassActionReason.field
  return 2675
end