Class: Quickfix50Sp2::RFQRequest::NoRelatedSym::NoUnderlyings::NoUnderlyingStips

Inherits:
Quickfix::Group
  • Object
show all
Defined in:
lib/quickfix50sp2.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.



16317
16318
16319
16320
16321
16322
16323
# File 'lib/quickfix50sp2.rb', line 16317

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