Class: Quickfix50Sp2::AllocationInstructionAlert::NoPartyIDs
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::AllocationInstructionAlert::NoPartyIDs
- Defined in:
- lib/quickfix50sp2.rb
Defined Under Namespace
Classes: NoPartySubIDs
Instance Method Summary collapse
-
#initialize ⇒ NoPartyIDs
constructor
A new instance of NoPartyIDs.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoPartyIDs
Returns a new instance of NoPartyIDs.
328437 328438 328439 328440 328441 328442 328443 328444 328445 328446 |
# File 'lib/quickfix50sp2.rb', line 328437 def initialize order = Quickfix::IntArray.new(6) order[0] = 448 order[1] = 447 order[2] = 452 order[3] = 2376 order[4] = 802 order[5] = 0 super(453, 448, order) end |