Class: Quickfix50Sp2::OrderMassCancelRequest::NoUnderlyingRateSpreadSteps
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::OrderMassCancelRequest::NoUnderlyingRateSpreadSteps
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoUnderlyingRateSpreadSteps
constructor
A new instance of NoUnderlyingRateSpreadSteps.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoUnderlyingRateSpreadSteps
Returns a new instance of NoUnderlyingRateSpreadSteps.
135732 135733 135734 135735 135736 135737 135738 |
# File 'lib/quickfix50sp2.rb', line 135732 def initialize order = Quickfix::IntArray.new(3) order[0] = 43006 order[1] = 43007 order[2] = 0 super(43005, 43006, order) end |