Class: Quickfix::ListRejectReason

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

Returns a new instance of ListRejectReason.



18401
18402
18403
18404
18405
18406
18407
# File 'lib/quickfix_fields.rb', line 18401

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

Class Method Details

.fieldObject



18398
18399
18400
# File 'lib/quickfix_fields.rb', line 18398

def ListRejectReason.field
  return 1386
end