Class: Quickfix::InstrumentScopeProduct
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::InstrumentScopeProduct
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ InstrumentScopeProduct
constructor
A new instance of InstrumentScopeProduct.
Constructor Details
#initialize(data = nil) ⇒ InstrumentScopeProduct
Returns a new instance of InstrumentScopeProduct.
20741 20742 20743 20744 20745 20746 20747 |
# File 'lib/quickfix_fields.rb', line 20741 def initialize(data = nil) if( data == nil ) super(1543) else super(1543, data) end end |