Method: Quickfix50Sp2::TradeCaptureReport::NoInstrumentParties#initialize
- Defined in:
- lib/quickfix50sp2.rb
#initialize ⇒ NoInstrumentParties
Returns a new instance of NoInstrumentParties.
14714 14715 14716 14717 14718 14719 14720 14721 14722 |
# File 'lib/quickfix50sp2.rb', line 14714 def initialize order = Quickfix::IntArray.new(5) order[0] = 1019 order[1] = 1050 order[2] = 1051 order[3] = 1052 order[4] = 0 super(1018, 1019, order) end |