Class: Quickfix::MDReqRejReason

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from CharField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ MDReqRejReason

Returns a new instance of MDReqRejReason.



3542
3543
3544
3545
3546
3547
3548
# File 'lib/quickfix_fields.rb', line 3542

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

Class Method Details

.fieldObject



3539
3540
3541
# File 'lib/quickfix_fields.rb', line 3539

def MDReqRejReason.field
  return 281
end