Class: Quickfix50Sp2::NewOrderSingle::NoPartyIDs
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::NewOrderSingle::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.
27078 27079 27080 27081 27082 27083 27084 27085 27086 27087 |
# File 'lib/quickfix50sp2.rb', line 27078 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 |