Class: Quickfix50Sp1::CollateralResponse::NoExecs

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

Instance Method Summary collapse

Constructor Details

#initializeNoExecs

Returns a new instance of NoExecs.



12955
12956
12957
12958
12959
12960
# File 'lib/quickfix50sp1.rb', line 12955

def initialize
	order = Quickfix::IntArray.new(2)
	order[0] = 17
	order[1] = 0
	super(124, 17, order)
end