Class: Quickfix50::OrderStatusRequest::NoPartyIDs

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

Defined Under Namespace

Classes: NoPartySubIDs

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoPartyIDs

Returns a new instance of NoPartyIDs.



2643
2644
2645
2646
2647
2648
2649
2650
2651
# File 'lib/quickfix50.rb', line 2643

def initialize
	order = Quickfix::IntArray.new(5)
	order[0] = 448
	order[1] = 447
	order[2] = 452
	order[3] = 802
	order[4] = 0
	super(453, 448, order)
end