Class: Quickfix50Sp1::ExecutionReport::NoFills

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

Defined Under Namespace

Classes: NoNested4PartyIDs

Instance Method Summary collapse

Constructor Details

#initializeNoFills

Returns a new instance of NoFills.



510
511
512
513
514
515
516
517
518
# File 'lib/quickfix50sp1.rb', line 510

def initialize
  order = Quickfix::IntArray.new(5)
  order[0] = 1363
  order[1] = 1364
  order[2] = 1365
  order[3] = 1414
  order[4] = 0
  super(1362, 1363, order)
end