Method: Quickfix50Sp1::CollateralInquiryAck::NoInstrumentParties::NoInstrumentPartySubIDs#initialize
- Defined in:
- lib/quickfix50sp1.rb
#initialize ⇒ NoInstrumentPartySubIDs
Returns a new instance of NoInstrumentPartySubIDs.
20095 20096 20097 20098 20099 20100 20101 |
# File 'lib/quickfix50sp1.rb', line 20095 def initialize order = Quickfix::IntArray.new(3) order[0] = 1053 order[1] = 1054 order[2] = 0 super(1052, 1053, order) end |