Class: Quickfix50Sp2::DerivativeSecurityListRequest::NoUnderlyingRateSpreadSteps
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::DerivativeSecurityListRequest::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
167493 167494 167495 167496 167497 167498 167499 |
# File 'lib/quickfix50sp2.rb', line 167493 def initialize order = Quickfix::IntArray.new(3) order[0] = 43006 order[1] = 43007 order[2] = 0 super(43005, 43006, order) end |