Class: Quickfix44::NewOrderMultileg::NoLegs::NoLegStipulations
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix44::NewOrderMultileg::NoLegs::NoLegStipulations
- Defined in:
- lib/quickfix44.rb
Instance Method Summary collapse
-
#initialize ⇒ NoLegStipulations
constructor
A new instance of NoLegStipulations.
Constructor Details
#initialize ⇒ NoLegStipulations
Returns a new instance of NoLegStipulations.
6047 6048 6049 6050 6051 6052 6053 |
# File 'lib/quickfix44.rb', line 6047 def initialize order = Quickfix::IntArray.new(3) order[0] = 688 order[1] = 689 order[2] = 0 super(683, 688, order) end |