Class: Quickfix50Sp2::ExecutionReport::NoFills

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

Defined Under Namespace

Classes: NoNested4PartyIDs

Instance Method Summary collapse

Constructor Details

#initializeNoFills

Returns a new instance of NoFills.



538
539
540
541
542
543
544
545
546
547
# File 'lib/quickfix50sp2.rb', line 538

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