Class: Quickfix::RelatdSym
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::RelatdSym
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RelatdSym
constructor
A new instance of RelatdSym.
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
.field ⇒ Object
1381 1382 1383 |
# File 'lib/quickfix_fields.rb', line 1381 def RelatdSym.field return 46 end |