Method: Quickfix50Sp1::AllocationInstructionAlert::NoSecurityAltID#initialize
- Defined in:
- lib/quickfix50sp1.rb
#initialize ⇒ NoSecurityAltID
Returns a new instance of NoSecurityAltID.
21651 21652 21653 21654 21655 21656 21657 |
# File 'lib/quickfix50sp1.rb', line 21651 def initialize order = Quickfix::IntArray.new(3) order[0] = 455 order[1] = 456 order[2] = 0 super(454, 455, order) end |