Class: Quickfix50Sp1::AllocationInstructionAlert::NoOrders

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

Defined Under Namespace

Classes: NoNested2PartyIDs

Instance Method Summary collapse

Constructor Details

#initializeNoOrders

Returns a new instance of NoOrders.



14580
14581
14582
14583
14584
14585
14586
14587
14588
14589
14590
14591
14592
14593
# File 'lib/quickfix50sp1.rb', line 14580

def initialize
  order = Quickfix::IntArray.new(10)
  order[0] = 11
  order[1] = 37
  order[2] = 198
  order[3] = 526
  order[4] = 66
  order[5] = 756
  order[6] = 38
  order[7] = 799
  order[8] = 800
  order[9] = 0
  super(73, 11, order)
end