Class: Quickfix::NoRelatedSym
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoRelatedSym
- Defined in:
- lib/quickfix_fields.rb
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.
2307 2308 2309 2310 2311 2312 2313 |
# File 'lib/quickfix_fields.rb', line 2307 def initialize(data = nil) if( data == nil ) super(146) else super(146, data) end end |