Class: Quickfix50Sp2::UserResponse::NoThrottles
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::UserResponse::NoThrottles
- Defined in:
- lib/quickfix50sp2.rb
Defined Under Namespace
Classes: NoThrottleMsgType
Instance Method Summary collapse
-
#initialize ⇒ NoThrottles
constructor
A new instance of NoThrottles.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoThrottles
Returns a new instance of NoThrottles.
301629 301630 301631 301632 301633 301634 301635 301636 301637 301638 301639 |
# File 'lib/quickfix50sp2.rb', line 301629 def initialize order = Quickfix::IntArray.new(7) order[0] = 1611 order[1] = 1612 order[2] = 1613 order[3] = 1614 order[4] = 1615 order[5] = 1618 order[6] = 0 super(1610, 1611, order) end |