Class: Quickfix50Sp2::QuoteResponse::NoPartyIDs
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::QuoteResponse::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
214437 214438 214439 214440 214441 214442 214443 214444 214445 214446 |
# File 'lib/quickfix50sp2.rb', line 214437 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 |