Class: Quickfix::MassActionRejectReason

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

Returns a new instance of MassActionRejectReason.



18271
18272
18273
18274
18275
18276
18277
# File 'lib/quickfix_fields.rb', line 18271

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

Class Method Details

.fieldObject



18268
18269
18270
# File 'lib/quickfix_fields.rb', line 18268

def MassActionRejectReason.field
  return 1376
end