Method: Quickfix50Sp2::TradeCaptureReportAck::NoUnderlyings::NoUndlyInstrumentParties::NoUndlyInstrumentPartySubIDs#initialize
- Defined in:
- lib/quickfix50sp2.rb
#initialize ⇒ NoUndlyInstrumentPartySubIDs
Returns a new instance of NoUndlyInstrumentPartySubIDs.
19771 19772 19773 19774 19775 19776 19777 |
# File 'lib/quickfix50sp2.rb', line 19771 def initialize order = Quickfix::IntArray.new(3) order[0] = 1063 order[1] = 1064 order[2] = 0 super(1062, 1063, order) end |