Class: Quickfix50Sp2::ExecutionReport::NoPayments::NoPaymentSettls::NoPaymentSettlPartyIDs::NoPaymentSettlPartySubIDs
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::ExecutionReport::NoPayments::NoPaymentSettls::NoPaymentSettlPartyIDs::NoPaymentSettlPartySubIDs
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoPaymentSettlPartySubIDs
constructor
A new instance of NoPaymentSettlPartySubIDs.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoPaymentSettlPartySubIDs
14047 14048 14049 14050 14051 14052 14053 |
# File 'lib/quickfix50sp2.rb', line 14047 def initialize order = Quickfix::IntArray.new(3) order[0] = 40239 order[1] = 40240 order[2] = 0 super(40238, 40239, order) end |