Class: Quickfix50Sp2::TradeAggregationRequest::NoExecs

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

#initializeNoExecs

Returns a new instance of NoExecs.



405985
405986
405987
405988
405989
405990
405991
405992
405993
# File 'lib/quickfix50sp2.rb', line 405985

def initialize
  order = Quickfix::IntArray.new(5)
  order[0] = 32
  order[1] = 17
  order[2] = 1003
  order[3] = 31
  order[4] = 0
  super(124, 32, order)
end