Class: Quickfix50Sp2::TradeCaptureReport::NoTradeQtys

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

#initializeNoTradeQtys

Returns a new instance of NoTradeQtys.



194445
194446
194447
194448
194449
194450
194451
# File 'lib/quickfix50sp2.rb', line 194445

def initialize
  order = Quickfix::IntArray.new(3)
  order[0] = 1842
  order[1] = 1843
  order[2] = 0
  super(1841, 1842, order)
end