Class: Quickfix50Sp2::CollateralResponse::NoStreams::NoSettlRateFallbacks
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::CollateralResponse::NoStreams::NoSettlRateFallbacks
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoSettlRateFallbacks
constructor
A new instance of NoSettlRateFallbacks.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoSettlRateFallbacks
Returns a new instance of NoSettlRateFallbacks.
286622 286623 286624 286625 286626 286627 286628 286629 286630 286631 |
# File 'lib/quickfix50sp2.rb', line 286622 def initialize order = Quickfix::IntArray.new(6) order[0] = 40086 order[1] = 40373 order[2] = 40655 order[3] = 40088 order[4] = 40089 order[5] = 0 super(40085, 40086, order) end |