Class: Quickfix50Sp2::PartyRiskLimitCheckRequestAck::NoLegs::NoLegStreams::NoLegReturnRates::NoLegReturnRateFXConversions
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::PartyRiskLimitCheckRequestAck::NoLegs::NoLegStreams::NoLegReturnRates::NoLegReturnRateFXConversions
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoLegReturnRateFXConversions
constructor
A new instance of NoLegReturnRateFXConversions.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoLegReturnRateFXConversions
Returns a new instance of NoLegReturnRateFXConversions.
378797 378798 378799 378800 378801 378802 378803 378804 |
# File 'lib/quickfix50sp2.rb', line 378797 def initialize order = Quickfix::IntArray.new(4) order[0] = 42531 order[1] = 42532 order[2] = 42533 order[3] = 0 super(42530, 42531, order) end |