Class: Quickfix50Sp2::StreamAssignmentRequest::NoAsgnReqs

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

Defined Under Namespace

Classes: NoPartyIDs, NoRelatedSym

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoAsgnReqs

Returns a new instance of NoAsgnReqs.



27305
27306
27307
27308
27309
27310
27311
# File 'lib/quickfix50sp2.rb', line 27305

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 453
	order[1] = 146
	order[2] = 0
	super(1499, 453, order)
end