Method: Quickfix43::QuoteRequestReject::NoRelatedSym::NoSecurityAltID#initialize
- Defined in:
- lib/quickfix43.rb
#initialize ⇒ NoSecurityAltID
Returns a new instance of NoSecurityAltID.
3392 3393 3394 3395 3396 3397 3398 |
# File 'lib/quickfix43.rb', line 3392 def initialize order = Quickfix::IntArray.new(3) order[0] = 455 order[1] = 456 order[2] = 0 super(454, 455, order) end |