Method: Quickfix50Sp1::ListStrikePrice::NoStrikes::NoUnderlyings::NoUnderlyingSecurityAltID#initialize
- Defined in:
- lib/quickfix50sp1.rb
#initialize ⇒ NoUnderlyingSecurityAltID
Returns a new instance of NoUnderlyingSecurityAltID.
8754 8755 8756 8757 8758 8759 8760 |
# File 'lib/quickfix50sp1.rb', line 8754 def initialize order = Quickfix::IntArray.new(3) order[0] = 458 order[1] = 459 order[2] = 0 super(457, 458, order) end |