Class: Quickfix50Sp2::NewOrderCross::NoRootPartyIDs::NoRootPartySubIDs
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix50Sp2::NewOrderCross::NoRootPartyIDs::NoRootPartySubIDs
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoRootPartySubIDs
constructor
A new instance of NoRootPartySubIDs.
Constructor Details
#initialize ⇒ NoRootPartySubIDs
Returns a new instance of NoRootPartySubIDs.
6824 6825 6826 6827 6828 6829 6830 |
# File 'lib/quickfix50sp2.rb', line 6824 def initialize order = Quickfix::IntArray.new(3) order[0] = 1121 order[1] = 1122 order[2] = 0 super(1120, 1121, order) end |