Class: Quickfix44::SecurityStatus::NoUnderlyings::NoUnderlyingStips

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



5428
5429
5430
5431
5432
5433
5434
# File 'lib/quickfix44.rb', line 5428

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