Class: Quickfix50Sp2::OrderMassCancelReport::NoTargetPartyIDs
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix50Sp2::OrderMassCancelReport::NoTargetPartyIDs
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoTargetPartyIDs
constructor
A new instance of NoTargetPartyIDs.
Constructor Details
#initialize ⇒ NoTargetPartyIDs
Returns a new instance of NoTargetPartyIDs.
6795 6796 6797 6798 6799 6800 6801 6802 |
# File 'lib/quickfix50sp2.rb', line 6795 def initialize order = Quickfix::IntArray.new(4) order[0] = 1462 order[1] = 1463 order[2] = 1464 order[3] = 0 super(1461, 1462, order) end |