Class: Quickfix::RelatdSym

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ RelatdSym

Returns a new instance of RelatdSym.



1384
1385
1386
1387
1388
1389
1390
# File 'lib/quickfix_fields.rb', line 1384

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

Class Method Details

.fieldObject



1381
1382
1383
# File 'lib/quickfix_fields.rb', line 1381

def RelatdSym.field
  return 46
end