Class: Quickfix50Sp2::TradeCaptureReport::NoSides::NoSettlDetails::NoSettlPartyIDs
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix50Sp2::TradeCaptureReport::NoSides::NoSettlDetails::NoSettlPartyIDs
- Defined in:
- lib/quickfix50sp2.rb
Defined Under Namespace
Classes: NoSettlPartySubIDs
Instance Method Summary collapse
-
#initialize ⇒ NoSettlPartyIDs
constructor
A new instance of NoSettlPartyIDs.
Constructor Details
#initialize ⇒ NoSettlPartyIDs
9585 9586 9587 9588 9589 9590 9591 9592 9593 |
# File 'lib/quickfix50sp2.rb', line 9585 def initialize order = Quickfix::IntArray.new(5) order[0] = 782 order[1] = 783 order[2] = 784 order[3] = 801 order[4] = 0 super(781, 782, order) end |