Class: Quickfix50Sp2::UserNotification::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.



341746
341747
341748
341749
341750
341751
341752
341753
341754
341755
341756
# File 'lib/quickfix50sp2.rb', line 341746

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