Class: Quickfix50Sp1::TradeCaptureReportAck::NoSides::NoSettlDetails::NoSettlPartyIDs
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix50Sp1::TradeCaptureReportAck::NoSides::NoSettlDetails::NoSettlPartyIDs
- Defined in:
- lib/quickfix50sp1.rb
Defined Under Namespace
Classes: NoSettlPartySubIDs
Instance Method Summary collapse
-
#initialize ⇒ NoSettlPartyIDs
constructor
A new instance of NoSettlPartyIDs.
Constructor Details
#initialize ⇒ NoSettlPartyIDs
Returns a new instance of NoSettlPartyIDs.
11792 11793 11794 11795 11796 11797 11798 11799 11800 |
# File 'lib/quickfix50sp1.rb', line 11792 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 |