Class: Quickfix::RelatdSym
- Inherits:
-
StringField
- Object
- 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.
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
.field ⇒ Object
7491 7492 7493 |
# File 'lib/quickfix_fields.rb', line 7491 def RelatdSym.field return 46 end |