Class: Quickfix::ExecRestatementReason

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

Returns a new instance of ExecRestatementReason.



4712
4713
4714
4715
4716
4717
4718
# File 'lib/quickfix_fields.rb', line 4712

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

Class Method Details

.fieldObject



4709
4710
4711
# File 'lib/quickfix_fields.rb', line 4709

def ExecRestatementReason.field
  return 378
end