Class: Quickfix50::Quote::NoLegs::NoLegStipulations

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

Instance Method Summary collapse

Constructor Details

#initializeNoLegStipulations

Returns a new instance of NoLegStipulations.



2991
2992
2993
2994
2995
2996
2997
# File 'lib/quickfix50.rb', line 2991

def initialize
  order = Quickfix::IntArray.new(3)
  order[0] = 688
  order[1] = 689
  order[2] = 0
  super(683, 688, order)
end