Class: Quickfix50Sp2::PositionMaintenanceReport::NoLegs::NoLegContractualMatrices
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::PositionMaintenanceReport::NoLegs::NoLegContractualMatrices
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoLegContractualMatrices
constructor
A new instance of NoLegContractualMatrices.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoLegContractualMatrices
Returns a new instance of NoLegContractualMatrices.
233702 233703 233704 233705 233706 233707 233708 233709 |
# File 'lib/quickfix50sp2.rb', line 233702 def initialize order = Quickfix::IntArray.new(4) order[0] = 42204 order[1] = 42205 order[2] = 42206 order[3] = 0 super(42203, 42204, order) end |