Class: Quickfix::InstrumentScopeProduct
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::InstrumentScopeProduct
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ InstrumentScopeProduct
constructor
A new instance of InstrumentScopeProduct.
Methods inherited from IntField
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 |
Class Method Details
.field ⇒ Object
20738 20739 20740 |
# File 'lib/quickfix_fields.rb', line 20738 def InstrumentScopeProduct.field return 1543 end |