Class: Quickfix43::NewOrderCross::NoSides::NoAllocs

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

Defined Under Namespace

Classes: NoNestedPartyIDs

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoAllocs

Returns a new instance of NoAllocs.



2365
2366
2367
2368
2369
2370
2371
2372
2373
# File 'lib/quickfix43.rb', line 2365

def initialize
	order = Quickfix::IntArray.new(5)
	order[0] = 79
	order[1] = 467
	order[2] = 539
	order[3] = 80
	order[4] = 0
	super(78, 79, order)
end