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