Class: Quickfix50Sp1::OrderMassCancelRequest::NoUnderlyingStips

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

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoUnderlyingStips

Returns a new instance of NoUnderlyingStips.



8994
8995
8996
8997
8998
8999
9000
# File 'lib/quickfix50sp1.rb', line 8994

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 888
	order[1] = 889
	order[2] = 0
	super(887, 888, order)
end