Class: Quickfix::TotNoRelatedSym

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

Returns a new instance of TotNoRelatedSym.



9002
9003
9004
9005
9006
9007
9008
# File 'lib/quickfix_fields.rb', line 9002

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

Class Method Details

.fieldObject



8999
9000
9001
# File 'lib/quickfix_fields.rb', line 8999

def TotNoRelatedSym.field
  return 393
end