Class: Quickfix50Sp2::PartyRiskLimitCheckRequestAck::NoLegs::NoLegStreams::NoLegReturnRates::NoLegReturnRatePrices
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::PartyRiskLimitCheckRequestAck::NoLegs::NoLegStreams::NoLegReturnRates::NoLegReturnRatePrices
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoLegReturnRatePrices
constructor
A new instance of NoLegReturnRatePrices.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoLegReturnRatePrices
Returns a new instance of NoLegReturnRatePrices.
378785 378786 378787 378788 378789 378790 378791 378792 378793 |
# File 'lib/quickfix50sp2.rb', line 378785 def initialize order = Quickfix::IntArray.new(5) order[0] = 42565 order[1] = 42566 order[2] = 42567 order[3] = 42568 order[4] = 0 super(42564, 42565, order) end |