Class: Quickfix50Sp2::StreamAssignmentReport::NoAsgnReqs
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix50Sp2::StreamAssignmentReport::NoAsgnReqs
- Defined in:
- lib/quickfix50sp2.rb
Defined Under Namespace
Classes: NoPartyIDs, NoRelatedSym
Instance Method Summary collapse
-
#initialize ⇒ NoAsgnReqs
constructor
A new instance of NoAsgnReqs.
Constructor Details
#initialize ⇒ NoAsgnReqs
Returns a new instance of NoAsgnReqs.
16934 16935 16936 16937 16938 16939 16940 |
# File 'lib/quickfix50sp2.rb', line 16934 def initialize order = Quickfix::IntArray.new(3) order[0] = 453 order[1] = 146 order[2] = 0 super(1499, 453, order) end |