Class: Quickfix::NumOfComplexInstruments
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NumOfComplexInstruments
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NumOfComplexInstruments
constructor
A new instance of NumOfComplexInstruments.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NumOfComplexInstruments
Returns a new instance of NumOfComplexInstruments.
62315 62316 62317 62318 62319 62320 62321 |
# File 'lib/quickfix_fields.rb', line 62315 def initialize(data = nil) if( data == nil ) super(2562) else super(2562, data) end end |
Class Method Details
.field ⇒ Object
62312 62313 62314 |
# File 'lib/quickfix_fields.rb', line 62312 def NumOfComplexInstruments.field return 2562 end |