Method: Quickfix50Sp2::MassQuote::NoQuoteSets::NoUnderlyingSecurityAltID#initialize
- Defined in:
- lib/quickfix50sp2.rb
#initialize ⇒ NoUnderlyingSecurityAltID
Returns a new instance of NoUnderlyingSecurityAltID.
9603 9604 9605 9606 9607 9608 9609 |
# File 'lib/quickfix50sp2.rb', line 9603 def initialize order = Quickfix::IntArray.new(3) order[0] = 458 order[1] = 459 order[2] = 0 super(457, 458, order) end |