Method: Quickfix50Sp2::QuoteRequestReject::NoRelatedSym::NoLegs::NoLegSecurityAltID#initialize
- Defined in:
- lib/quickfix50sp2.rb
#initialize ⇒ NoLegSecurityAltID
Returns a new instance of NoLegSecurityAltID.
15950 15951 15952 15953 15954 15955 15956 |
# File 'lib/quickfix50sp2.rb', line 15950 def initialize order = Quickfix::IntArray.new(3) order[0] = 605 order[1] = 606 order[2] = 0 super(604, 605, order) end |