Class: Quickfix::RelatdSym

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ RelatdSym

Returns a new instance of RelatdSym.



7494
7495
7496
7497
7498
7499
7500
# File 'lib/quickfix_fields.rb', line 7494

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

Class Method Details

.fieldObject



7491
7492
7493
# File 'lib/quickfix_fields.rb', line 7491

def RelatdSym.field
  return 46
end