Method: Quickfix50Sp1::News::NoRelatedSym::NoInstrumentParties::NoInstrumentPartySubIDs#initialize
- Defined in:
- lib/quickfix50sp1.rb
#initialize ⇒ NoInstrumentPartySubIDs
Returns a new instance of NoInstrumentPartySubIDs.
1153 1154 1155 1156 1157 1158 1159 |
# File 'lib/quickfix50sp1.rb', line 1153 def initialize order = Quickfix::IntArray.new(3) order[0] = 1053 order[1] = 1054 order[2] = 0 super(1052, 1053, order) end |