Method: Quickfix50Sp2::NewOrderMultileg::NoAllocs::NoNested3PartyIDs::NoNested3PartySubIDs#initialize
- Defined in:
- lib/quickfix50sp2.rb
#initialize ⇒ NoNested3PartySubIDs
Returns a new instance of NoNested3PartySubIDs.
13510 13511 13512 13513 13514 13515 13516 |
# File 'lib/quickfix50sp2.rb', line 13510 def initialize order = Quickfix::IntArray.new(3) order[0] = 953 order[1] = 954 order[2] = 0 super(952, 953, order) end |