Class: Quickfix50Sp2::CollateralInquiry::NoTrades

Inherits:
Quickfix::Group
  • Object
show all
Defined in:
lib/quickfix50sp2.rb

Instance Method Summary collapse

Constructor Details

#initializeNoTrades



14320
14321
14322
14323
14324
14325
14326
# File 'lib/quickfix50sp2.rb', line 14320

def initialize
  order = Quickfix::IntArray.new(3)
  order[0] = 571
  order[1] = 818
  order[2] = 0
  super(897, 571, order)
end