Class: Quickfix50Sp2::Quote::NoLegs::NoLegStipulations
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix50Sp2::Quote::NoLegs::NoLegStipulations
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoLegStipulations
constructor
A new instance of NoLegStipulations.
Constructor Details
#initialize ⇒ NoLegStipulations
Returns a new instance of NoLegStipulations.
3542 3543 3544 3545 3546 3547 3548 |
# File 'lib/quickfix50sp2.rb', line 3542 def initialize order = Quickfix::IntArray.new(3) order[0] = 688 order[1] = 689 order[2] = 0 super(683, 688, order) end |