Class: Quickfix50Sp2::DerivativeSecurityListRequest::NoDerivativeEvents

Inherits:
Quickfix::Group
  • Object
show all
Defined in:
lib/quickfix50sp2.rb

Instance Method Summary collapse

Methods inherited from Quickfix::Group

#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup

Constructor Details

#initializeNoDerivativeEvents

Returns a new instance of NoDerivativeEvents.



12925
12926
12927
12928
12929
12930
12931
12932
12933
12934
# File 'lib/quickfix50sp2.rb', line 12925

def initialize
	order = Quickfix::IntArray.new(6)
	order[0] = 1287
	order[1] = 1288
	order[2] = 1289
	order[3] = 1290
	order[4] = 1291
	order[5] = 0
	super(1286, 1287, order)
end