Class: Quickfix50::OrderMassStatusRequest::NoPartyIDs::NoPartySubIDs

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

Instance Method Summary collapse

Constructor Details

#initializeNoPartySubIDs

Returns a new instance of NoPartySubIDs.



7983
7984
7985
7986
7987
7988
7989
# File 'lib/quickfix50.rb', line 7983

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 523
	order[1] = 803
	order[2] = 0
	super(802, 523, order)
end