Class: Quickfix50::NetworkCounterpartySystemStatusRequest::NoCompIDs
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix50::NetworkCounterpartySystemStatusRequest::NoCompIDs
- Defined in:
- lib/quickfix50.rb
Instance Method Summary collapse
-
#initialize ⇒ NoCompIDs
constructor
A new instance of NoCompIDs.
Constructor Details
#initialize ⇒ NoCompIDs
Returns a new instance of NoCompIDs.
12221 12222 12223 12224 12225 12226 12227 12228 12229 |
# File 'lib/quickfix50.rb', line 12221 def initialize order = Quickfix::IntArray.new(5) order[0] = 930 order[1] = 931 order[2] = 283 order[3] = 284 order[4] = 0 super(936, 930, order) end |