Method: Quickfix50Sp1::NewOrderMultileg::NoLegs::NoNestedPartyIDs::NoNestedPartySubIDs#initialize
- Defined in:
- lib/quickfix50sp1.rb
#initialize ⇒ NoNestedPartySubIDs
Returns a new instance of NoNestedPartySubIDs.
11923 11924 11925 11926 11927 11928 11929 |
# File 'lib/quickfix50sp1.rb', line 11923 def initialize order = Quickfix::IntArray.new(3) order[0] = 545 order[1] = 805 order[2] = 0 super(804, 545, order) end |