Method: Quickfix50Sp2::OrderCancelReplaceRequest::NoInstrumentParties::NoInstrumentPartySubIDs#initialize

Defined in:
lib/quickfix50sp2.rb

#initializeNoInstrumentPartySubIDs

Returns a new instance of NoInstrumentPartySubIDs.



3164
3165
3166
3167
3168
3169
3170
# File 'lib/quickfix50sp2.rb', line 3164

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 1053
	order[1] = 1054
	order[2] = 0
	super(1052, 1053, order)
end