Class: Quickfix50Sp1::MarketDataRequest::NoRelatedSym::NoEvents

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

#initializeNoEvents

Returns a new instance of NoEvents.



4923
4924
4925
4926
4927
4928
4929
4930
4931
4932
# File 'lib/quickfix50sp1.rb', line 4923

def initialize
  order = Quickfix::IntArray.new(6)
  order[0] = 865
  order[1] = 866
  order[2] = 1145
  order[3] = 867
  order[4] = 868
  order[5] = 0
  super(864, 865, order)
end