Method: Quickfix50Sp1::CollateralResponse::NoInstrumentParties#initialize

Defined in:
lib/quickfix50sp1.rb

#initializeNoInstrumentParties

Returns a new instance of NoInstrumentParties.



19033
19034
19035
19036
19037
19038
19039
19040
19041
# File 'lib/quickfix50sp1.rb', line 19033

def initialize
	order = Quickfix::IntArray.new(5)
	order[0] = 1019
	order[1] = 1050
	order[2] = 1051
	order[3] = 1052
	order[4] = 0
	super(1018, 1019, order)
end