Class: Quickfix::NoRelatedInstruments
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoRelatedInstruments
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoRelatedInstruments
constructor
A new instance of NoRelatedInstruments.
Constructor Details
#initialize(data = nil) ⇒ NoRelatedInstruments
Returns a new instance of NoRelatedInstruments.
20260 20261 20262 20263 20264 20265 20266 |
# File 'lib/quickfix_fields.rb', line 20260 def initialize(data = nil) if( data == nil ) super(1647) else super(1647, data) end end |