Class: Quickfix43::NewOrderList::NoOrders::NoStipulations

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

Instance Method Summary collapse

Constructor Details

#initializeNoStipulations

Returns a new instance of NoStipulations.



647
648
649
650
651
652
653
# File 'lib/quickfix43.rb', line 647

def initialize
  order = Quickfix::IntArray.new(3)
  order[0] = 233
  order[1] = 234
  order[2] = 0
  super(232, 233, order)
end