Method: Quickfix50Sp2::MarketDataSnapshotFullRefresh::NoLegs::NoLegSecurityAltID#initialize
- Defined in:
- lib/quickfix50sp2.rb
#initialize ⇒ NoLegSecurityAltID
Returns a new instance of NoLegSecurityAltID.
6233 6234 6235 6236 6237 6238 6239 |
# File 'lib/quickfix50sp2.rb', line 6233 def initialize order = Quickfix::IntArray.new(3) order[0] = 605 order[1] = 606 order[2] = 0 super(604, 605, order) end |