Class: Quickfix50Sp2::ExecutionReport::NoPayments::NoPaymentSettls
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::ExecutionReport::NoPayments::NoPaymentSettls
- Defined in:
- lib/quickfix50sp2.rb
Defined Under Namespace
Classes: NoPaymentSettlPartyIDs
Instance Method Summary collapse
-
#initialize ⇒ NoPaymentSettls
constructor
A new instance of NoPaymentSettls.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoPaymentSettls
Returns a new instance of NoPaymentSettls.
14025 14026 14027 14028 14029 14030 14031 14032 |
# File 'lib/quickfix50sp2.rb', line 14025 def initialize order = Quickfix::IntArray.new(4) order[0] = 40231 order[1] = 40232 order[2] = 40233 order[3] = 0 super(40230, 40231, order) end |