Class: Quickfix50Sp2::UserResponse::NoThrottles

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

Defined Under Namespace

Classes: NoThrottleMsgType

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoThrottles

Returns a new instance of NoThrottles.



301629
301630
301631
301632
301633
301634
301635
301636
301637
301638
301639
# File 'lib/quickfix50sp2.rb', line 301629

def initialize
	order = Quickfix::IntArray.new(7)
	order[0] = 1611
	order[1] = 1612
	order[2] = 1613
	order[3] = 1614
	order[4] = 1615
	order[5] = 1618
	order[6] = 0
	super(1610, 1611, order)
end