Class: Quickfix50::QuoteRequestReject::NoRelatedSym::NoLegs::NoLegStipulations
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix50::QuoteRequestReject::NoRelatedSym::NoLegs::NoLegStipulations
- Defined in:
- lib/quickfix50.rb
Instance Method Summary collapse
-
#initialize ⇒ NoLegStipulations
constructor
A new instance of NoLegStipulations.
Constructor Details
#initialize ⇒ NoLegStipulations
Returns a new instance of NoLegStipulations.
8255 8256 8257 8258 8259 8260 8261 |
# File 'lib/quickfix50.rb', line 8255 def initialize order = Quickfix::IntArray.new(3) order[0] = 688 order[1] = 689 order[2] = 0 super(683, 688, order) end |