Method: Quickfix50::MarketDataRequest::NoRelatedSym::NoLegs::NoLegSecurityAltID#initialize
- Defined in:
- lib/quickfix50.rb
#initialize ⇒ NoLegSecurityAltID
Returns a new instance of NoLegSecurityAltID.
4739 4740 4741 4742 4743 4744 4745 |
# File 'lib/quickfix50.rb', line 4739 def initialize order = Quickfix::IntArray.new(3) order[0] = 605 order[1] = 606 order[2] = 0 super(604, 605, order) end |