Method: Quickfix50Sp2::NewOrderMultileg::NoLegs::NoLegAllocs::NoNested2PartyIDs::NoNested2PartySubIDs#initialize
- Defined in:
- lib/quickfix50sp2.rb
#initialize ⇒ NoNested2PartySubIDs
Returns a new instance of NoNested2PartySubIDs.
13853 13854 13855 13856 13857 13858 13859 |
# File 'lib/quickfix50sp2.rb', line 13853 def initialize order = Quickfix::IntArray.new(3) order[0] = 760 order[1] = 807 order[2] = 0 super(806, 760, order) end |