Class: Quickfix::ListRejectReason

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ListRejectReason

Returns a new instance of ListRejectReason.



10965
10966
10967
10968
10969
10970
10971
# File 'lib/quickfix_fields.rb', line 10965

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

Class Method Details

.fieldObject



10962
10963
10964
# File 'lib/quickfix_fields.rb', line 10962

def ListRejectReason.field
  return 1386
end