Class: Quickfix50Sp1::NetworkCounterpartySystemStatusResponse::NoCompIDs
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp1::NetworkCounterpartySystemStatusResponse::NoCompIDs
- Defined in:
- lib/quickfix50sp1.rb
Instance Method Summary collapse
-
#initialize ⇒ NoCompIDs
constructor
A new instance of NoCompIDs.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoCompIDs
Returns a new instance of NoCompIDs.
20025 20026 20027 20028 20029 20030 20031 20032 20033 20034 20035 |
# File 'lib/quickfix50sp1.rb', line 20025 def initialize order = Quickfix::IntArray.new(7) order[0] = 930 order[1] = 931 order[2] = 283 order[3] = 284 order[4] = 928 order[5] = 929 order[6] = 0 super(936, 930, order) end |