Method: Quickfix50Sp1::TradeCaptureReport::NoLegs::NoNestedPartyIDs::NoNestedPartySubIDs#initialize
- Defined in:
- lib/quickfix50sp1.rb
#initialize ⇒ NoNestedPartySubIDs
Returns a new instance of NoNestedPartySubIDs.
12921 12922 12923 12924 12925 12926 12927 |
# File 'lib/quickfix50sp1.rb', line 12921 def initialize order = Quickfix::IntArray.new(3) order[0] = 545 order[1] = 805 order[2] = 0 super(804, 545, order) end |