Class: Quickfix::TradSesStatusRejReason

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

Returns a new instance of TradSesStatusRejReason.



7728
7729
7730
7731
7732
7733
7734
# File 'lib/quickfix_fields.rb', line 7728

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

Class Method Details

.fieldObject



7725
7726
7727
# File 'lib/quickfix_fields.rb', line 7725

def TradSesStatusRejReason.field
  return 567
end