Class: Quickfix50Sp2::TradeCaptureReport::NoTransactionAttributes

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

#initializeNoTransactionAttributes

Returns a new instance of NoTransactionAttributes.



192506
192507
192508
192509
192510
192511
192512
# File 'lib/quickfix50sp2.rb', line 192506

def initialize
  order = Quickfix::IntArray.new(3)
  order[0] = 2872
  order[1] = 2873
  order[2] = 0
  super(2871, 2872, order)
end