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

Constructor Details

#initializeNoAsgnReqs

Returns a new instance of NoAsgnReqs.



16803
16804
16805
16806
16807
16808
16809
# File 'lib/quickfix50sp2.rb', line 16803

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