Class: Quickfix50::OrderMassStatusRequest::NoPartyIDs::NoPartySubIDs
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix50::OrderMassStatusRequest::NoPartyIDs::NoPartySubIDs
- Defined in:
- lib/quickfix50.rb
Instance Method Summary collapse
-
#initialize ⇒ NoPartySubIDs
constructor
A new instance of NoPartySubIDs.
Constructor Details
#initialize ⇒ NoPartySubIDs
Returns a new instance of NoPartySubIDs.
7983 7984 7985 7986 7987 7988 7989 |
# File 'lib/quickfix50.rb', line 7983 def initialize order = Quickfix::IntArray.new(3) order[0] = 523 order[1] = 803 order[2] = 0 super(802, 523, order) end |