Method: Quickfix50Sp2::CollateralInquiryAck::NoInstrumentParties::NoInstrumentPartySubIDs#initialize
- Defined in:
- lib/quickfix50sp2.rb
#initialize ⇒ NoInstrumentPartySubIDs
Returns a new instance of NoInstrumentPartySubIDs.
23212 23213 23214 23215 23216 23217 23218 |
# File 'lib/quickfix50sp2.rb', line 23212 def initialize order = Quickfix::IntArray.new(3) order[0] = 1053 order[1] = 1054 order[2] = 0 super(1052, 1053, order) end |