Method: Quickfix44::OrderStatusRequest::NoUnderlyings::NoUnderlyingSecurityAltID#initialize
- Defined in:
- lib/quickfix44.rb
#initialize ⇒ NoUnderlyingSecurityAltID
Returns a new instance of NoUnderlyingSecurityAltID.
2083 2084 2085 2086 2087 2088 2089 |
# File 'lib/quickfix44.rb', line 2083 def initialize order = Quickfix::IntArray.new(3) order[0] = 458 order[1] = 459 order[2] = 0 super(457, 458, order) end |