Class: Quickfix50Sp2::PositionMaintenanceReport::NoPayments::NoPaymentSettls::NoPaymentSettlPartyIDs
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::PositionMaintenanceReport::NoPayments::NoPaymentSettls::NoPaymentSettlPartyIDs
- Defined in:
- lib/quickfix50sp2.rb
Defined Under Namespace
Classes: NoPaymentSettlPartySubIDs
Instance Method Summary collapse
-
#initialize ⇒ NoPaymentSettlPartyIDs
constructor
A new instance of NoPaymentSettlPartyIDs.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoPaymentSettlPartyIDs
Returns a new instance of NoPaymentSettlPartyIDs.
235671 235672 235673 235674 235675 235676 235677 235678 235679 235680 |
# File 'lib/quickfix50sp2.rb', line 235671 def initialize order = Quickfix::IntArray.new(6) order[0] = 40234 order[1] = 40235 order[2] = 40236 order[3] = 40237 order[4] = 40238 order[5] = 0 super(40233, 40234, order) end |