Method: Quickfix50::PositionReport::NoUnderlyings::NoUnderlyingSecurityAltID#initialize
- Defined in:
- lib/quickfix50.rb
#initialize ⇒ NoUnderlyingSecurityAltID
Returns a new instance of NoUnderlyingSecurityAltID.
14867 14868 14869 14870 14871 14872 14873 |
# File 'lib/quickfix50.rb', line 14867 def initialize order = Quickfix::IntArray.new(3) order[0] = 458 order[1] = 459 order[2] = 0 super(457, 458, order) end |