Method: Quickfix50Sp1::RequestForPositionsAck::NoLegs::NoLegSecurityAltID#initialize
- Defined in:
- lib/quickfix50sp1.rb
#initialize ⇒ NoLegSecurityAltID
Returns a new instance of NoLegSecurityAltID.
16171 16172 16173 16174 16175 16176 16177 |
# File 'lib/quickfix50sp1.rb', line 16171 def initialize order = Quickfix::IntArray.new(3) order[0] = 605 order[1] = 606 order[2] = 0 super(604, 605, order) end |