Method: Quickfix50::SecurityStatusRequest::NoInstrumentParties::NoInstrumentPartySubIDs#initialize
- Defined in:
- lib/quickfix50.rb
#initialize ⇒ NoInstrumentPartySubIDs
Returns a new instance of NoInstrumentPartySubIDs.
6837 6838 6839 6840 6841 6842 6843 |
# File 'lib/quickfix50.rb', line 6837 def initialize order = Quickfix::IntArray.new(3) order[0] = 1053 order[1] = 1054 order[2] = 0 super(1052, 1053, order) end |