Class: Quickfix::NoRelatedSym
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoRelatedSym
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoRelatedSym
constructor
A new instance of NoRelatedSym.
Constructor Details
#initialize(data = nil) ⇒ NoRelatedSym
Returns a new instance of NoRelatedSym.
17621 17622 17623 17624 17625 17626 17627 |
# File 'lib/quickfix_fields.rb', line 17621 def initialize(data = nil) if( data == nil ) super(146) else super(146, data) end end |
Class Method Details
.field ⇒ Object
17618 17619 17620 |
# File 'lib/quickfix_fields.rb', line 17618 def .field return 146 end |